summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/settingsview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h
index e193a961..6a9e9f65 100644
--- a/ui/settingsview.h
+++ b/ui/settingsview.h
@@ -318,6 +318,7 @@ class BINARYNINJAUIAPI SettingsScopeBar : public QWidget
BinaryViewScopeLabel* m_resourceLabel;
ClickableLabel* m_openProjectLabel;
QLabel* m_desc;
+ unsigned long m_highlightIdx;
void setScopeHighlight(unsigned long highlightIdx);
@@ -325,6 +326,7 @@ class BINARYNINJAUIAPI SettingsScopeBar : public QWidget
SettingsScopeBar(QWidget* parent = nullptr);
void refresh();
+ void updateTheme();
Q_SIGNALS:
void scopeChanged(BinaryViewRef, BNSettingsScope);