aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/hunspellworker.h
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2014-07-01 16:15:16 +0300
committerKalle Viironen <kalle.viironen@digia.com>2014-07-01 16:44:53 +0300
commitf359ce339222e9683965621b5835e0e44188ea1e (patch)
tree05fac9d1624b8c825f584563658116c1a48a542c /src/virtualkeyboard/hunspellworker.h
parentfaa4f63aaa6e20a317e3531b38b6c7a06fa496eb (diff)
Add option to disable auto correction in HunspellInputMethodv1.1.0
The auto correction is disabled by default. Change-Id: Iff8a7b619c3aed4eaa75de0791e601cbe9636125 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
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);