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
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
public slots:
|
||||
void start();
|
||||
void stop();
|
||||
void stop(bool async);
|
||||
|
||||
signals:
|
||||
void remoteProcessStarted(int gdbServerPort = -1, int qmlPort = -1);
|
||||
|
||||
Reference in New Issue
Block a user