forked from qt-creator/qt-creator
Fix crash when pressing stop button
Change-Id: If1902153404c49516cf4e535655dbbb5a8135b1c Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Daniel Teske
parent
b7ba74d80c
commit
0f026bd9d2
@@ -71,7 +71,7 @@ void AndroidRunControl::start()
|
||||
|
||||
RunControl::StopResult AndroidRunControl::stop()
|
||||
{
|
||||
m_runner->stop();
|
||||
m_runner->stop(true);
|
||||
return StoppedSynchronously;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user