forked from qt-creator/qt-creator
Debugger: Base magic Qml connection discover on base run control signal
Less debugger specific code and less convoluted paths in debugger message handling. Change-Id: Ib298889c386d65f17acbdfc585188097bb20ed74 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -82,11 +82,7 @@ public:
|
||||
DebuggerEngine *qmlEngine() const;
|
||||
|
||||
void notifyEngineRemoteSetupFinished(const RemoteSetupResult &result) override;
|
||||
|
||||
void showMessage(const QString &msg, int channel = LogDebug,
|
||||
int timeout = -1) const override;
|
||||
void resetLocation() override;
|
||||
|
||||
void notifyInferiorIll() override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user