forked from qt-creator/qt-creator
Debugger: Simplify tooltip interface
Change-Id: I7ce688e56fb516ef6e77ee2e4f56d9b56379918b Reviewed-by: David Schulz <david.schulz@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1355,8 +1355,8 @@ DebuggerRunControl *DebuggerEngine::runControl() const
|
||||
return d->runControl();
|
||||
}
|
||||
|
||||
bool DebuggerEngine::setToolTipExpression
|
||||
(const QPoint &, TextEditor::ITextEditor *, const DebuggerToolTipContext &)
|
||||
bool DebuggerEngine::setToolTipExpression(TextEditor::ITextEditor *,
|
||||
const DebuggerToolTipContext &)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user