diff options
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp')
| -rw-r--r-- | src/plugins/debugger/qml/qmlcppengine.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp index 458061e080..479a45c075 100644 --- a/src/plugins/debugger/qml/qmlcppengine.cpp +++ b/src/plugins/debugger/qml/qmlcppengine.cpp @@ -254,6 +254,11 @@ void QmlCppEngine::attemptBreakpointSynchronization() } } +void QmlCppEngine::doUpdateLocals(const UpdateParameters &up) +{ + m_activeEngine->doUpdateLocals(up); +} + bool QmlCppEngine::acceptsBreakpoint(Breakpoint bp) const { return m_cppEngine->acceptsBreakpoint(bp) |
