summaryrefslogtreecommitdiff
path: root/src/solverwindow.cc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-07-12 22:14:33 +0000
committerStijn Buys <ingar@osirion.org>2013-07-12 22:14:33 +0000
commit9b45d1a3f15a7d37c6e206ce2fdcb43972113b29 (patch)
tree8e11d6eeb7bd7a0a638e20ab23d7e560c6381c2b /src/solverwindow.cc
parent359fd932e5925dff7dd722bd9bb2aa463210badd (diff)
Set PACKAGE_NAME and PACKAGE_VERSION from the configure script and use PACKAGE_NAME in the application window title,
adds Help -> About, defines color constants and marks invalid input.
Diffstat (limited to 'src/solverwindow.cc')
-rw-r--r--src/solverwindow.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/solverwindow.cc b/src/solverwindow.cc
index bb9a2ec..ed01048 100644
--- a/src/solverwindow.cc
+++ b/src/solverwindow.cc
@@ -16,7 +16,6 @@
* The homepath should probably be a setting.
* This should move to mainwindow
* */
-
const QString HOMEDIR(QDir::homePath() + "/.sudoku");
SolverWindow::SolverWindow()