forked from qt-creator/qt-creator
Debugger: Merge two remote setup communication paths
Success and failure paths are very similar. Change-Id: Iebf218f64401884c014f1f7745d504183018addd Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -196,8 +196,7 @@ private:
|
||||
void handleUpdateStack(const QByteArray &response);
|
||||
void handleUpdateThreads(const QByteArray &response);
|
||||
|
||||
void notifyEngineRemoteSetupDone(int portOrPid, int qmlPort);
|
||||
void notifyEngineRemoteSetupFailed(const QString &reason);
|
||||
void notifyEngineRemoteSetupFinished(const RemoteSetupResult &result);
|
||||
|
||||
void handleChildren(const WatchData &data0, const GdbMi &item,
|
||||
QList<WatchData> *list);
|
||||
|
||||
Reference in New Issue
Block a user