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:
		@@ -31,8 +31,8 @@
 | 
			
		||||
#include "cppsemanticinfo.h"
 | 
			
		||||
#include "cpptools_global.h"
 | 
			
		||||
 | 
			
		||||
#include <coreplugin/helpitem.h>
 | 
			
		||||
#include <texteditor/codeassist/assistinterface.h>
 | 
			
		||||
#include <texteditor/helpitem.h>
 | 
			
		||||
#include <texteditor/quickfix.h>
 | 
			
		||||
#include <texteditor/texteditor.h>
 | 
			
		||||
#include <texteditor/textdocument.h>
 | 
			
		||||
@@ -56,7 +56,7 @@ struct CPPTOOLS_EXPORT ToolTipInfo {
 | 
			
		||||
 | 
			
		||||
    QStringList qDocIdCandidates;
 | 
			
		||||
    QString qDocMark;
 | 
			
		||||
    TextEditor::HelpItem::Category qDocCategory;
 | 
			
		||||
    Core::HelpItem::Category qDocCategory;
 | 
			
		||||
 | 
			
		||||
    QString sizeInBytes;
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user