Move Help item from text editor to core

The functionality is not text editor specific.

Change-Id: Iee531572f14673e75129f4bfbb64a1437899d31e
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Eike Ziller
2019-01-24 11:30:58 +01:00
parent 65b0b99988
commit dabeb0aa1e
16 changed files with 50 additions and 49 deletions

View File

@@ -34,7 +34,7 @@ namespace CppTools {
class CPPTOOLS_EXPORT CppHoverHandler : public TextEditor::BaseHoverHandler
{
public:
static QString tooltipTextForHelpItem(const TextEditor::HelpItem &help);
static QString tooltipTextForHelpItem(const Core::HelpItem &help);
private:
void identifyMatch(TextEditor::TextEditorWidget *editorWidget,