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:
hjk
2014-09-15 16:36:58 +02:00
parent db6af3f152
commit 3fb7c81a92
4 changed files with 5 additions and 11 deletions

View File

@@ -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);