Fixes: Tooltips for hover help didn't show up anymore.

Reviewed-by: Thorbjørn
This commit is contained in:
con
2010-03-23 18:12:03 +01:00
parent 0ca5a5f5a4
commit 6bd7a5a17d
6 changed files with 22 additions and 29 deletions

View File

@@ -102,7 +102,7 @@ void HoverHandler::showToolTip(TextEditor::ITextEditor *editor, const QPoint &po
return;
ICore *core = ICore::instance();
const int dbgcontext = core->uniqueIDManager()->uniqueIdentifier(Debugger::Constants::C_GDBDEBUGGER);
const int dbgcontext = core->uniqueIDManager()->uniqueIdentifier(Debugger::Constants::C_DEBUGMODE);
if (core->hasContext(dbgcontext))
return;