summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 27a1f33..b928c68 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -27,6 +27,7 @@ private:
SolverWindow *mainwindow_solverwindow;
QMenu *mainwindow_gamemenu;
QMenu *mainwindow_movemenu;
+ QMenu *mainwindow_helpmenu;
// Game menu actions
QAction *action_new;
@@ -44,6 +45,9 @@ private:
QAction *action_search;
QAction *action_validate;
+ // Help menu actions
+ QAction *action_about;
+
private slots:
void doNew();
@@ -54,6 +58,8 @@ private slots:
void doQuit();
void doValidate();
+
+ void doAbout();
};