diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-01-27 22:43:28 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-01-28 00:24:06 -0500 |
| commit | 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 (patch) | |
| tree | dace4156d03148bcaf02df138ab4e0d93e61bc6f /ui/platformdialog.h | |
| parent | 519c9db22367f2659d1a54599fab47e6313be06e (diff) | |
Format All Files
Diffstat (limited to 'ui/platformdialog.h')
| -rw-r--r-- | ui/platformdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/platformdialog.h b/ui/platformdialog.h index 01f2c75f..071d4f8e 100644 --- a/ui/platformdialog.h +++ b/ui/platformdialog.h @@ -5,7 +5,7 @@ #include "binaryninjaapi.h" #include "uicontext.h" -class BINARYNINJAUIAPI PlatformDialog: public QDialog +class BINARYNINJAUIAPI PlatformDialog : public QDialog { Q_OBJECT @@ -16,13 +16,13 @@ class BINARYNINJAUIAPI PlatformDialog: public QDialog std::map<QString, PlatformRef> m_platformsByName; PlatformRef m_selectedPlatform; -public: + public: PlatformDialog(QWidget* parent, ArchitectureRef defaultArch = nullptr); PlatformRef getPlatform(); void saveDefaults(); -private Q_SLOTS: + private Q_SLOTS: void architectureChanged(const QString& name); void osChanged(const QString& name); |
