From bbbb09123a3870ccd89b7c2788ef7334c522cb29 Mon Sep 17 00:00:00 2001 From: Josh Ferrell <josh@vector35.com> Date: Wed, 15 Jan 2025 17:49:48 -0500 Subject: [PATCH] Add details link to view type dialog parse errors --- ui/typedialog.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/typedialog.h b/ui/typedialog.h index f2173c93d..67850e151 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();