summaryrefslogtreecommitdiff
path: root/src/sudokuwidget.h
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-07-12 13:45:53 +0000
committerStijn Buys <ingar@osirion.org>2013-07-12 13:45:53 +0000
commit1ee4d49f99e7925b9ac19aadc944007bd4320389 (patch)
tree5491f9d071edb09f1991e942511392fff0faa53d /src/sudokuwidget.h
parenta613c9476b4a6f2aa4c9eaf3a2f0dd131594f373 (diff)
Removes sidebar buttons,
adds current filename to the window title, adds a Move -> Guess option to the menu bar, adds messageboxes to the Step, Guess and Validate actions.
Diffstat (limited to 'src/sudokuwidget.h')
-rw-r--r--src/sudokuwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sudokuwidget.h b/src/sudokuwidget.h
index ce1cffd..e4140a0 100644
--- a/src/sudokuwidget.h
+++ b/src/sudokuwidget.h
@@ -45,6 +45,8 @@ protected:
private:
QLineEdit * sudokuwidget_value[9][9];
+private slots:
+ void verify(const QString & text);
};
#endif // __INCLUDED_SUDOKUSOLVER_SUDOKUWIDGET__ \ No newline at end of file