summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 2467f25..13283fe 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -22,6 +22,8 @@ private:
void initMenus();
+ void updateTitle();
+
SolverWindow *mainwindow_solverwindow;
QMenu *mainwindow_gamemenu;
QMenu *mainwindow_movemenu;
@@ -37,8 +39,18 @@ private:
// Move menu actions
QAction *action_hint;
QAction *action_step;
+ QAction *action_guess;
QAction *action_solve;
QAction *action_search;
+ QAction *action_validate;
+
+private slots:
+
+ void doSave();
+ void doSaveAs();
+ void doLoad();
+
+ void doValidate();
};