diff options
Diffstat (limited to 'ui/settingsview.h')
| -rw-r--r-- | ui/settingsview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h index b0f209b3..2506e2ac 100644 --- a/ui/settingsview.h +++ b/ui/settingsview.h @@ -156,6 +156,9 @@ class BINARYNINJAUIAPI SettingsEditor : public QWidget std::string m_settingKey; BinaryViewRef m_view = nullptr; BNSettingsScope m_scope = SettingsAutoScope; + int m_ignoreScope = 0; + QString m_quickSettingsGroup; + bool m_workflowDependent = false; QLabel* m_title = nullptr; ClickableLabel* m_description = nullptr; |
