diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-01-15 17:49:48 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-01-15 17:49:48 -0500 |
| commit | bbbb09123a3870ccd89b7c2788ef7334c522cb29 (patch) | |
| tree | 85bf41cda2199bfc89298c2072d2cff5b9011d3f /ui/typedialog.h | |
| parent | 362a420eb027bd1de0a172f1823ba7e4dd806a3a (diff) | |
Add details link to view type dialog parse errors
Diffstat (limited to 'ui/typedialog.h')
| -rw-r--r-- | ui/typedialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/typedialog.h b/ui/typedialog.h index f2173c93..67850e15 100644 --- a/ui/typedialog.h +++ b/ui/typedialog.h @@ -105,6 +105,7 @@ class BINARYNINJAUIAPI TypeDialog : public QDialog void saveLocation(); void reject(); void accept(); + void linkActivated(const QString& link); private Q_SLOTS: void accepted(); |
