GUI part of ticket #1068 (GUI: stop or quit when processing a large file).

This commit is contained in:
Kimmo Varis 2010-02-01 20:24:36 +02:00
parent 6f47f77977
commit 52be98492c
1 changed files with 1 additions and 0 deletions

View File

@ -67,4 +67,5 @@ void CheckThread::run()
void CheckThread::stop()
{
mState = Stopping;
mCppcheck.terminate();
}