From 80e36da2bbb4c6ce0e6f04ccff595f61769bb4ab Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 30 Mar 2015 10:33:49 +0200 Subject: Adds comments and uses naming convention for auto connection --- mainwindow.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mainwindow.h') 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; }; -- cgit v1.2.3-70-g09d2