summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-03-30 10:33:49 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-03-30 10:33:49 +0200
commit80e36da2bbb4c6ce0e6f04ccff595f61769bb4ab (patch)
tree69cd6d7a351bc07d4c41ffc271d17e8afc45dff4 /mainwindow.h
parent74d0a4a6f634010db71d05536cffef15bfb1edd9 (diff)
downloadGUI_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.h5
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;
};