Skip to content

Commit 45fa872

Browse files
committed
Removed load as button and label from OptionsDialog
1 parent 33e940b commit 45fa872

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui/options.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
3232
QString m_fileName;
3333
QLabel* m_fileLabel;
3434
QComboBox* m_loadAsCombo;
35-
QPushButton* m_loadAsButton;
36-
QLabel* m_loadAsLabel;
3735
QLabel* m_objectLabel;
3836
QComboBox* m_objectCombo;
3937
QTabWidget* m_tab;
@@ -67,5 +65,5 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
6765
void removeTabAndSettingsView(int index);
6866
void viewTabChanged(int index);
6967
void viewTabCloseRequested(int index);
70-
void loadAsButtonPushed();
68+
void viewTypeSelectionChanged();
7169
};

0 commit comments

Comments
 (0)