Skip to content

Commit

Permalink
Removed load as button and label from OptionsDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
zznop committed Oct 3, 2024
1 parent 804c2bc commit 2b3f405
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
QString m_fileName;
QLabel* m_fileLabel;
QComboBox* m_loadAsCombo;
QPushButton* m_loadAsButton;
QLabel* m_loadAsLabel;
QLabel* m_objectLabel;
QComboBox* m_objectCombo;
QTabWidget* m_tab;
Expand Down Expand Up @@ -67,5 +65,5 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
void removeTabAndSettingsView(int index);
void viewTabChanged(int index);
void viewTabCloseRequested(int index);
void loadAsButtonPushed();
void viewTypeSelectionChanged();
};

0 comments on commit 2b3f405

Please sign in to comment.