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:
BogDan Vatra
2013-01-23 20:26:03 +02:00
committed by Daniel Teske
parent 6fc9c0732b
commit b57e37243d
2 changed files with 0 additions and 6 deletions

View File

@@ -56,7 +56,6 @@ public:
public slots:
void start();
void stop();
void asyncStop();
signals:
void remoteProcessStarted(int gdbServerPort = -1, int qmlPort = -1);