diff options
| author | Brian Potchik <brian@vector35.com> | 2022-08-03 19:42:46 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-08-03 19:42:46 -0400 |
| commit | 0469ac871e005ecb359fb171368eee3f517e391c (patch) | |
| tree | a61939d0f822c5f9cc556ba45299078d9f634760 /ui/options.h | |
| parent | 38ddc1ff21a8e81abccffd78d7bf780e523cb786 (diff) | |
Enable 'ui.recentFileOptionsLimit' by default and allow general analysis settings propagation for new files.
Diffstat (limited to 'ui/options.h')
| -rw-r--r-- | ui/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/options.h b/ui/options.h index b4446741..ee55aac2 100644 --- a/ui/options.h +++ b/ui/options.h @@ -25,6 +25,7 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog QComboBox* m_objectCombo; QTabWidget* m_tab; QLabel* m_notification; + QPushButton* m_defaultsButton; bool m_isDatabase; FileContext* m_file = nullptr; @@ -43,6 +44,7 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog void openFile(FileContext* file); private Q_SLOTS: + void defaults(); void cancel(); void open(); void addSettingsViewForType(const std::string& bvtName); |
