Fix crash when pressing stop button

Change-Id: If1902153404c49516cf4e535655dbbb5a8135b1c
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
BogDan Vatra
2012-12-07 19:53:32 +02:00
committed by Daniel Teske
parent b7ba74d80c
commit 0f026bd9d2
3 changed files with 8 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ void AndroidRunControl::start()
RunControl::StopResult AndroidRunControl::stop()
{
m_runner->stop();
m_runner->stop(true);
return StoppedSynchronously;
}