Fixed ticket#687.
Thread state is now initialized to "Ready".
This commit is contained in:
parent
14c45c2118
commit
1c1ffa63f3
|
@ -21,6 +21,7 @@
|
|||
#include <QDebug>
|
||||
|
||||
CheckThread::CheckThread(ThreadResult &result) :
|
||||
mState(Ready),
|
||||
mResult(result),
|
||||
mCppcheck(result)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue