Remove option to extend tooltips.

This commit is contained in:
Leandro Melo
2010-08-31 13:40:13 +02:00
parent ba12a3390e
commit 67d0ab3fac
7 changed files with 4 additions and 29 deletions

View File

@@ -114,7 +114,7 @@ void CppHoverHandler::decorateToolTip(TextEditor::ITextEditor *editor)
const TextEditor::HelpItem &help = lastHelpItemIdentified();
if (help.isValid()) {
const QString &contents = help.extractContent(extendToolTips(editor));
const QString &contents = help.extractContent(false);
if (!contents.isEmpty()) {
if (help.category() == TextEditor::HelpItem::ClassOrNamespace)
appendToolTip(contents);