forked from qt-creator/qt-creator
Remove option to extend tooltips.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user