summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qmlcppengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.h')
-rw-r--r--src/plugins/debugger/qml/qmlcppengine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.h b/src/plugins/debugger/qml/qmlcppengine.h
index 8a2e321bcc..dfb1f2b86b 100644
--- a/src/plugins/debugger/qml/qmlcppengine.h
+++ b/src/plugins/debugger/qml/qmlcppengine.h
@@ -47,9 +47,9 @@ public:
~QmlCppEngine();
bool canDisplayTooltip() const;
- bool setToolTipExpression(const DebuggerToolTipContext &);
- void updateWatchItem(WatchItem *item);
- void watchDataSelected(const QByteArray &iname);
+ bool canHandleToolTip(const DebuggerToolTipContext &) const;
+ void updateWatchData(const QByteArray &iname);
+ void selectWatchData(const QByteArray &iname);
void watchPoint(const QPoint &);
void fetchMemory(MemoryAgent *, QObject *, quint64 addr, quint64 length);