summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2025-01-03 14:01:52 -0500
committerRusty Wagner <rusty.wagner@gmail.com>2025-02-04 14:11:40 -0500
commitea55cee42413c2e8108ca2a3a985abb106e3ab41 (patch)
tree9c7e6c08f741cbffd9d022cd794db975c8572783 /ui
parentef4bb06a53185328870c4288080bbf2068baa9b6 (diff)
Update to Qt 6.8.2
Diffstat (limited to 'ui')
-rw-r--r--ui/addressdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/addressdialog.h b/ui/addressdialog.h
index 253969f0..17340202 100644
--- a/ui/addressdialog.h
+++ b/ui/addressdialog.h
@@ -50,7 +50,7 @@ class BINARYNINJAUIAPI AddressDialogWithPreview : public QDialog
private Q_SLOTS:
void updateTimerEvent();
void accepted();
- void updateRelativeState(int state);
+ void updateRelativeState(Qt::CheckState state);
void updatePreview();
void updatePreviewText();
void updatePreviewWithText(QString data);