aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/hunspellworker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/hunspellworker.cpp')
-rw-r--r--src/virtualkeyboard/hunspellworker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/hunspellworker.cpp b/src/virtualkeyboard/hunspellworker.cpp
index a786a409..9517ca4b 100644
--- a/src/virtualkeyboard/hunspellworker.cpp
+++ b/src/virtualkeyboard/hunspellworker.cpp
@@ -259,9 +259,9 @@ HunspellWorker::HunspellWorker(QObject *parent) :
QThread(parent),
taskSema(),
taskLock(),
- hunspell(0),
- abort(false)
+ hunspell(0)
{
+ abort = false;
}
HunspellWorker::~HunspellWorker()