From 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 27 Jan 2022 22:43:28 -0500 Subject: Format All Files --- ui/createtypedialog.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'ui/createtypedialog.h') diff --git a/ui/createtypedialog.h b/ui/createtypedialog.h index 19880bc8..0df1c613 100644 --- a/ui/createtypedialog.h +++ b/ui/createtypedialog.h @@ -6,7 +6,7 @@ #include "dialogtextedit.h" #include "uicontext.h" -class BINARYNINJAUIAPI CreateTypeDialog: public QDialog +class BINARYNINJAUIAPI CreateTypeDialog : public QDialog { Q_OBJECT @@ -16,15 +16,14 @@ class BINARYNINJAUIAPI CreateTypeDialog: public QDialog std::map m_results; std::set m_typesAllowRedefinition; -public: - CreateTypeDialog(QWidget* parent, BinaryViewRef data, const QString& title, - const QString& definition, const std::set& typesAllowRedefinition = {}); - std::map getResults() { return m_results; } + public: + CreateTypeDialog(QWidget* parent, BinaryViewRef data, const QString& title, const QString& definition, + const std::set& typesAllowRedefinition = {}); + std::map getResults() { return m_results; } -private Q_SLOTS: + private Q_SLOTS: void createType(); -protected: + protected: virtual void showEvent(QShowEvent* e) override; - }; -- cgit v1.3.1