summaryrefslogtreecommitdiff
path: root/ui/settingsview.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2022-08-03 13:24:28 -0400
committerBrian Potchik <brian@vector35.com>2022-08-03 13:24:28 -0400
commitbad3587b2bf2de021ab8dbe7779630673c3bd3c7 (patch)
tree7c96996d6ddc768ed10ce90c3c2f9d413657e504 /ui/settingsview.h
parent522d8eb648bcf0f58d17d421e4f5967b251b0b70 (diff)
Add a recent file options history for use in the 'Open with Options' UI.
Diffstat (limited to 'ui/settingsview.h')
-rw-r--r--ui/settingsview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h
index 3a7d78f6..a69a2f54 100644
--- a/ui/settingsview.h
+++ b/ui/settingsview.h
@@ -380,6 +380,8 @@ class BINARYNINJAUIAPI SettingsView : public QWidget
SettingsView(QWidget* parent, SettingsRef settings);
~SettingsView();
+ SettingsRef getSettings() { return m_settings; }
+
void init(std::string schema, bool uiScopeSelection);
void refreshCurrentScope();
void setData(BinaryViewRef view, const QString& name = "");