forked from qt-creator/qt-creator
Debugger: Better remote engine setup result reporting
Use one less signal for result passing. Change-Id: I6209d248fb01056835ef65b91981b9b2747d6f7f Reviewed-by: Ulf Hermann <ulf.hermann@digia.com> Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -64,7 +64,6 @@ public slots:
|
||||
signals:
|
||||
void remoteServerRunning(const QByteArray &serverChannel, int pid);
|
||||
void remoteProcessStarted(int gdbServerPort, int qmlPort);
|
||||
void remoteProcessStarted(int qmlPort);
|
||||
void remoteProcessFinished(const QString &errString = QString());
|
||||
|
||||
void remoteOutput(const QByteArray &output);
|
||||
|
||||
Reference in New Issue
Block a user