We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9772a commit b7a8df1Copy full SHA for b7a8df1
ui/options.h
@@ -60,11 +60,12 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
60
61
private Q_SLOTS:
62
void defaults(int index);
63
- void cancel();
64
- void open();
65
void addSettingsViewForType(const std::string& bvtName);
66
void removeTabAndSettingsView(int index);
67
void viewTabChanged(int index);
68
void viewTabCloseRequested(int index);
69
void viewTypeSelectionChanged();
+ public Q_SLOTS:
+ virtual void accept() override;
70
+ virtual void reject() override;
71
};
0 commit comments