forked from qt-creator/qt-creator
Debugger: Operate tooltips on TextEditorWidgets, not TextEditor
Less indirection. Change-Id: Ifbd7195e853d02bfd6562c817fc7f30079913faf Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1365,7 +1365,7 @@ DebuggerRunControl *DebuggerEngine::runControl() const
|
||||
return d->runControl();
|
||||
}
|
||||
|
||||
bool DebuggerEngine::setToolTipExpression(TextEditor::BaseTextEditor *,
|
||||
bool DebuggerEngine::setToolTipExpression(TextEditor::BaseTextEditorWidget *,
|
||||
const DebuggerToolTipContext &)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user