forked from qt-creator/qt-creator
Compile fix.
This commit is contained in:
@@ -1257,7 +1257,7 @@ void MaemoRunControl::executionFinished()
|
||||
|
||||
void MaemoRunControl::stop()
|
||||
{
|
||||
if (!isRunning()
|
||||
if (!isRunning())
|
||||
return;
|
||||
|
||||
stoppedByUser = true;
|
||||
|
Reference in New Issue
Block a user