diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-03-30 10:33:49 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-03-30 10:33:49 +0200 |
| commit | 80e36da2bbb4c6ce0e6f04ccff595f61769bb4ab (patch) | |
| tree | 69cd6d7a351bc07d4c41ffc271d17e8afc45dff4 /mainwindow.h | |
| parent | 74d0a4a6f634010db71d05536cffef15bfb1edd9 (diff) | |
| download | GUI_SS2015-80e36da2bbb4c6ce0e6f04ccff595f61769bb4ab.tar.gz GUI_SS2015-80e36da2bbb4c6ce0e6f04ccff595f61769bb4ab.zip | |
Adds comments and uses naming convention for auto connection
Diffstat (limited to 'mainwindow.h')
| -rw-r--r-- | mainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h index 87080d1..6f225be 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -9,6 +9,9 @@ namespace Ui { class MainWindow; } +/** + * @brief The MainWindow class + */ class MainWindow : public QMainWindow { Q_OBJECT @@ -18,7 +21,7 @@ public: ~MainWindow(); private slots: - void on_action_Preferences_triggered(); + void on_actionPreferences_triggered(); private: Ui::MainWindow *ui; }; |
