forked from qt-creator/qt-creator
QmlCppDebugger: Fix tool tip expression
Change-Id: I1dd81d87c744b4a7f8bd86ac08d95bc5e63bd17f Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
QString *errorMessage);
|
||||
~QmlCppEngine();
|
||||
|
||||
bool canDisplayTooltip() const;
|
||||
bool setToolTipExpression(const QPoint &mousePos,
|
||||
TextEditor::ITextEditor * editor, const DebuggerToolTipContext &);
|
||||
void updateWatchData(const WatchData &data,
|
||||
|
||||
Reference in New Issue
Block a user