diff options
| author | hjk <hjk@qt.io> | 2017-11-07 17:00:24 +0100 |
|---|---|---|
| committer | hjk <hjk@qt.io> | 2017-11-08 12:59:14 +0000 |
| commit | dfbdc1e5438d06ac8de44e8adf0e98dc9cdd066a (patch) | |
| tree | d8915ad9a1597caf242c81b99fba82cfa0269853 /src/plugins/debugger/qml/qmlcppengine.h | |
| parent | 2baf1630441810e206c8c12e6f06417e8eadb5fc (diff) | |
| download | qt-creator-dfbdc1e5438d06ac8de44e8adf0e98dc9cdd066a.tar.gz | |
Debugger: Remove public access to QmlCppEngine::m_qmlEngine
Not used anymore.
Change-Id: I30605916bcdb4e5231d86ddc371f2d41e3d9d526
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.h')
| -rw-r--r-- | src/plugins/debugger/qml/qmlcppengine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.h b/src/plugins/debugger/qml/qmlcppengine.h index 751fa3c410..a9ca357efc 100644 --- a/src/plugins/debugger/qml/qmlcppengine.h +++ b/src/plugins/debugger/qml/qmlcppengine.h @@ -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; |
