summaryrefslogtreecommitdiff
path: root/quacker/settings.h
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-10-14 01:29:30 -0500
committerJohn Fultz <jfultz@wolfram.com>2015-10-14 01:29:30 -0500
commitfd6daafffbcce3bfc385d7508a1ca50174840912 (patch)
tree5fab061694d6856797e791a63b55c40e489a7e63 /quacker/settings.h
parentef4273ba47a2da9cea0aed59235e2d0a86bb8d7e (diff)
Convert dictionaries, add csw15.
* All dictionaries are now in v1 DAWG format. * Three corrupt dictionaries were removed. * Implement a way to tag dictionaries for copyright purposes. * CSW15 is now a thing.
Diffstat (limited to 'quacker/settings.h')
-rw-r--r--quacker/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/settings.h b/quacker/settings.h
index babea3c..ef3449e 100644
--- a/quacker/settings.h
+++ b/quacker/settings.h
@@ -29,6 +29,7 @@
class QComboBox;
class QCheckBox;
class QPushButton;
+class QLabel;
using namespace std;
@@ -88,6 +89,7 @@ protected:
QPushButton *m_editAlphabet;
QPushButton *m_editTheme;
QPushButton *m_editBoard;
+ QLabel *m_copyrightLabel;
QString m_appDataDir;
QString m_userDataDir;
QString m_themeName;