forked from qt-creator/qt-creator
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:
@@ -27,8 +27,8 @@
|
||||
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include <coreplugin/helpitem.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
#include <texteditor/helpitem.h>
|
||||
|
||||
#include <cplusplus/CppDocument.h>
|
||||
|
||||
@@ -93,7 +93,7 @@ public:
|
||||
|
||||
virtual CppClass *toCppClass();
|
||||
|
||||
TextEditor::HelpItem::Category helpCategory = TextEditor::HelpItem::Unknown;
|
||||
Core::HelpItem::Category helpCategory = Core::HelpItem::Unknown;
|
||||
QStringList helpIdCandidates;
|
||||
QString helpMark;
|
||||
Utils::Link link;
|
||||
|
||||
Reference in New Issue
Block a user