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 33e940b commit 45fa872Copy full SHA for 45fa872
ui/options.h
@@ -32,8 +32,6 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
32
QString m_fileName;
33
QLabel* m_fileLabel;
34
QComboBox* m_loadAsCombo;
35
- QPushButton* m_loadAsButton;
36
- QLabel* m_loadAsLabel;
37
QLabel* m_objectLabel;
38
QComboBox* m_objectCombo;
39
QTabWidget* m_tab;
@@ -67,5 +65,5 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
67
65
void removeTabAndSettingsView(int index);
68
66
void viewTabChanged(int index);
69
void viewTabCloseRequested(int index);
70
- void loadAsButtonPushed();
+ void viewTypeSelectionChanged();
71
};
0 commit comments