Debugger: Remove public access to QmlCppEngine::m_qmlEngine

Not used anymore.

Change-Id: I30605916bcdb4e5231d86ddc371f2d41e3d9d526
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-11-07 17:00:24 +01:00
parent 2baf163044
commit dfbdc1e543
2 changed files with 9 additions and 15 deletions

View File

@@ -79,7 +79,6 @@ public:
const QString &expr, const QVariant &value) override;
DebuggerEngine *cppEngine() override { return m_cppEngine; }
DebuggerEngine *qmlEngine() const;
DebuggerEngine *activeEngine() override { return m_activeEngine; }
void setRunTool(DebuggerRunTool *runTool) override;