From 6c10d36f8776900f75f16ae26a127e4771eda1e6 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 25 Jan 2018 15:51:36 +0100 Subject: Try harder to get context help in presence of diagnostics - even if there are diagnostics still try to retrieve symbol info and help - fall back to text based keyword extraction in case code model info fails - if both a code model tool tip (e.g. function signature or type) and help are available, show both Task-number: QTCREATORBUG-15959 Change-Id: Id85a223c24849ead1b25d63776d64a7da1cc73ef Reviewed-by: Nikolai Kosjar --- src/plugins/cpptools/cpphoverhandler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/cpptools/cpphoverhandler.h') diff --git a/src/plugins/cpptools/cpphoverhandler.h b/src/plugins/cpptools/cpphoverhandler.h index 75d6475537..6905605fab 100644 --- a/src/plugins/cpptools/cpphoverhandler.h +++ b/src/plugins/cpptools/cpphoverhandler.h @@ -40,7 +40,6 @@ private: void identifyMatch(TextEditor::TextEditorWidget *editorWidget, int pos, ReportPriority report) override; - void decorateToolTip() override; }; } // namespace CppTools -- cgit v1.2.1