aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/hunspellworker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/hunspellworker.h')
-rw-r--r--src/virtualkeyboard/hunspellworker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/virtualkeyboard/hunspellworker.h b/src/virtualkeyboard/hunspellworker.h
index 4ccadf74..aaadd6e1 100644
--- a/src/virtualkeyboard/hunspellworker.h
+++ b/src/virtualkeyboard/hunspellworker.h
@@ -61,6 +61,7 @@ class HunspellBuildSuggestionsTask : public HunspellTask
public:
QString word;
QSharedPointer<HunspellWordList> wordList;
+ bool autoCorrect;
void run();
bool spellCheck(const QString &word);