summaryrefslogtreecommitdiff
path: root/lexiconparameters.h
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-10-10 19:09:36 -0500
committerJohn Fultz <jfultz@wolfram.com>2015-10-10 19:09:36 -0500
commit69e3dcefb882c743b136df8e5c81b4182b135f6b (patch)
treefaabb8c691da11067297df8d870c0393a91c8a7f /lexiconparameters.h
parent81554a201cc5e0748110add6eca05cc16c18850c (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 'lexiconparameters.h')
-rw-r--r--lexiconparameters.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lexiconparameters.h b/lexiconparameters.h
index 9f34be6..4eda4f3 100644
--- a/lexiconparameters.h
+++ b/lexiconparameters.h
@@ -68,6 +68,7 @@ public:
// finds a file in the lexica data directory
static string findDictionaryFile(const string &lexicon);
+ static bool hasUserDictionaryFile(const string &lexicon);
// a convenience field; this is unused by libquackle
string lexiconName() const { return m_lexiconName; };