GUI part of ticket #1068 (GUI: stop or quit when processing a large file).
This commit is contained in:
parent
6f47f77977
commit
52be98492c
|
@ -67,4 +67,5 @@ void CheckThread::run()
|
|||
void CheckThread::stop()
|
||||
{
|
||||
mState = Stopping;
|
||||
mCppcheck.terminate();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue