forked from qt-creator/qt-creator
Fix AndroidRunner stop action.
When the stop button was pressed nothing happened Change-Id: I58a05aa3a4ea990595298cde0a330b382b65b035 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Daniel Teske
parent
6fc9c0732b
commit
b57e37243d
@@ -56,7 +56,6 @@ public:
|
||||
public slots:
|
||||
void start();
|
||||
void stop();
|
||||
void asyncStop();
|
||||
|
||||
signals:
|
||||
void remoteProcessStarted(int gdbServerPort = -1, int qmlPort = -1);
|
||||
|
||||
Reference in New Issue
Block a user