diff options
| author | Brian Potchik <brian@vector35.com> | 2024-02-06 11:11:10 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-02-06 11:11:10 -0500 |
| commit | 0baa696658e0cbaff7be6727290e843aec26c84f (patch) | |
| tree | 2e77ac88cd84475a89825bdfb8d959097f28941f /ui/settingsview.h | |
| parent | 20ca2f4f21d0b209fab2f36f54558f224dc8803d (diff) | |
Fix project settings.
Diffstat (limited to 'ui/settingsview.h')
| -rw-r--r-- | ui/settingsview.h | 2 |
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; |
