forked from qt-creator/qt-creator
Debugger: Reduce tooltip flicker.
Move tooltip-request handling from DebuggerPlugin into DebuggerToolTipManager. Request tooltip only if position changed and close standard tooltip on success.
This commit is contained in:
@@ -476,7 +476,7 @@ private: ////////// View & Data Stuff //////////
|
||||
//
|
||||
// Watch specific stuff
|
||||
//
|
||||
virtual void setToolTipExpression(const QPoint &mousePos,
|
||||
virtual bool setToolTipExpression(const QPoint &mousePos,
|
||||
TextEditor::ITextEditor *editor, const DebuggerToolTipContext &);
|
||||
virtual void assignValueInDebugger(const WatchData *data,
|
||||
const QString &expr, const QVariant &value);
|
||||
|
||||
Reference in New Issue
Block a user