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:
@@ -73,7 +73,7 @@ private:
|
||||
void executeStepI();
|
||||
void executeNextI();
|
||||
|
||||
void setToolTipExpression(const QPoint &mousePos,
|
||||
bool setToolTipExpression(const QPoint &mousePos,
|
||||
TextEditor::ITextEditor *editor, const DebuggerToolTipContext &);
|
||||
void setupEngine();
|
||||
void setupInferior();
|
||||
|
||||
Reference in New Issue
Block a user