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:
@@ -54,8 +54,6 @@ public:
|
||||
Analyzer::AnalyzerRunControl *runControl);
|
||||
|
||||
private slots:
|
||||
void handleRemoteProcessStarted(int qmlPort);
|
||||
|
||||
void handleRemoteProcessFinished(const QString &errorMsg);
|
||||
void handleRemoteOutput(const QByteArray &output);
|
||||
void handleRemoteErrorOutput(const QByteArray &output);
|
||||
|
||||
Reference in New Issue
Block a user