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