diff options
Diffstat (limited to 'Swift/QtUI/QtAboutWidget.h')
-rw-r--r-- | Swift/QtUI/QtAboutWidget.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Swift/QtUI/QtAboutWidget.h b/Swift/QtUI/QtAboutWidget.h index d09010b..7d0d628 100644 --- a/Swift/QtUI/QtAboutWidget.h +++ b/Swift/QtUI/QtAboutWidget.h @@ -9,13 +9,13 @@ #include <QDialog> namespace Swift { - class QtAboutWidget : public QDialog { - Q_OBJECT + class QtAboutWidget : public QDialog { + Q_OBJECT - public: - QtAboutWidget(); + public: + QtAboutWidget(); - private slots: - void handleLicenseClicked(); - }; + private slots: + void handleLicenseClicked(); + }; } |