summaryrefslogtreecommitdiff
path: root/ui/settingsview.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-02-06 11:11:10 -0500
committerBrian Potchik <brian@vector35.com>2024-02-06 11:11:10 -0500
commit0baa696658e0cbaff7be6727290e843aec26c84f (patch)
tree2e77ac88cd84475a89825bdfb8d959097f28941f /ui/settingsview.h
parent20ca2f4f21d0b209fab2f36f54558f224dc8803d (diff)
Fix project settings.
Diffstat (limited to 'ui/settingsview.h')
-rw-r--r--ui/settingsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h
index 812eed3c..f69585e6 100644
--- a/ui/settingsview.h
+++ b/ui/settingsview.h
@@ -371,7 +371,7 @@ class BINARYNINJAUIAPI SettingsScopeBar : public QWidget
Q_OBJECT
QPushButton* m_userLabel;
- QPushButton* m_projectLabel;
+ BinaryViewScopeLabel* m_projectLabel;
BinaryViewScopeLabel* m_resourceLabel;
//ClickableLabel* m_openProjectLabel;
QLabel* m_desc;