forked from qt-creator/qt-creator
Remove useless warning dialog.
Redirect the errors to the application output window. Change-Id: I927fae72a53314d0200ffbd13c68900d15259cf9 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Daniel Teske
parent
f504ce8b8e
commit
57738988f2
@@ -71,7 +71,7 @@ void AndroidRunControl::start()
|
||||
|
||||
RunControl::StopResult AndroidRunControl::stop()
|
||||
{
|
||||
m_runner->stop(true);
|
||||
m_runner->stop();
|
||||
return StoppedSynchronously;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user