diff options
Diffstat (limited to 'examples/GuiClient/aboutDialog.h')
| -rw-r--r-- | examples/GuiClient/aboutDialog.h | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/examples/GuiClient/aboutDialog.h b/examples/GuiClient/aboutDialog.h index f0adcc66..f71a0dbb 100644 --- a/examples/GuiClient/aboutDialog.h +++ b/examples/GuiClient/aboutDialog.h @@ -1,22 +1,22 @@ -#ifndef ABOUTDIALOG_H
-#define ABOUTDIALOG_H
-
-#include <QDialog>
-
-namespace Ui {
- class aboutDialog;
-}
-
-class aboutDialog : public QDialog
-{
- Q_OBJECT
-
-public:
- explicit aboutDialog(QWidget *parent = 0);
- ~aboutDialog();
-
-private:
- Ui::aboutDialog *ui;
-};
-
-#endif // ABOUTDIALOG_H
+#ifndef ABOUTDIALOG_H +#define ABOUTDIALOG_H + +#include <QDialog> + +namespace Ui { + class aboutDialog; +} + +class aboutDialog : public QDialog +{ + Q_OBJECT + +public: + explicit aboutDialog(QWidget *parent = 0); + ~aboutDialog(); + +private: + Ui::aboutDialog *ui; +}; + +#endif // ABOUTDIALOG_H |
