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:
@@ -139,10 +139,10 @@ QmlCppEngine::~QmlCppEngine()
|
||||
delete d->m_cppEngine;
|
||||
}
|
||||
|
||||
void QmlCppEngine::setToolTipExpression(const QPoint & mousePos,
|
||||
bool QmlCppEngine::setToolTipExpression(const QPoint & mousePos,
|
||||
TextEditor::ITextEditor *editor, const DebuggerToolTipContext &ctx)
|
||||
{
|
||||
d->m_activeEngine->setToolTipExpression(mousePos, editor, ctx);
|
||||
return d->m_activeEngine->setToolTipExpression(mousePos, editor, ctx);
|
||||
}
|
||||
|
||||
void QmlCppEngine::updateWatchData(const WatchData &data,
|
||||
|
||||
Reference in New Issue
Block a user