forked from qt-creator/qt-creator
Debugger: Fix QmlInspector state update connection
Change-Id: I1693d593ec08c14c48b2c2800ce2f240f9e5f438 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -67,6 +67,8 @@ private:
|
||||
void appStartupFailed(const QString &errorMessage);
|
||||
void appMessage(const QString &msg, Utils::OutputFormat);
|
||||
|
||||
void setState(DebuggerState state, bool forced) override;
|
||||
|
||||
void notifyEngineRemoteServerRunning(const QString &, int pid) override;
|
||||
void notifyEngineRemoteSetupFinished(const RemoteSetupResult &result) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user