Fixed ticket#687.

Thread state is now initialized to "Ready".
This commit is contained in:
Vesa Pikki 2009-09-18 20:56:31 +02:00
parent 14c45c2118
commit 1c1ffa63f3
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <QDebug>
CheckThread::CheckThread(ThreadResult &result) :
mState(Ready),
mResult(result),
mCppcheck(result)
{