diff options
author | John Fultz <jfultz@wolfram.com> | 2015-10-10 19:09:36 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-10-10 19:09:36 -0500 |
commit | 69e3dcefb882c743b136df8e5c81b4182b135f6b (patch) | |
tree | faabb8c691da11067297df8d870c0393a91c8a7f /quacker/settings.h | |
parent | 81554a201cc5e0748110add6eca05cc16c18850c (diff) |
Progress on the lexicon dialog.
Now prints better stats. Now loads the
dictionary you're editing. Now disables the
Delete button at appropriate times.
Diffstat (limited to 'quacker/settings.h')
-rw-r--r-- | quacker/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/settings.h b/quacker/settings.h index fab2f3f..7c5738e 100644 --- a/quacker/settings.h +++ b/quacker/settings.h @@ -100,6 +100,8 @@ private: void pushIndex(GaddagFactory &factory, Quackle::LetterString &word, int index); static Settings *m_self; + int m_lastGoodLexiconValue; + int m_lastGoodBoardValue; }; #endif |