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

@@ -55,7 +55,7 @@ public:
public slots:
void start();
void stop();
void stop(bool async);
signals:
void remoteProcessStarted(int gdbServerPort = -1, int qmlPort = -1);