forked from qt-creator/qt-creator
		
	CppTools: Remove dependency of RawProjectPart to ProjectFile
The feature to category files to ProjectFiles was used by the qmake project manager to specify if the file is "active", and by the Qbs project manager to avoid unnecessary MIME type checking. Make these two different use-cases explicit in the API. Change-Id: Ia5a7da37f100149366fc75060fe04687e15f2bd3 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
		@@ -43,6 +43,7 @@ const char OBJECTIVE_CPP_SOURCE_MIMETYPE[] = "text/x-objc++src";
 | 
			
		||||
const char CPP_HEADER_MIMETYPE[] = "text/x-c++hdr";
 | 
			
		||||
const char QDOC_MIMETYPE[] = "text/x-qdoc";
 | 
			
		||||
const char MOC_MIMETYPE[] = "text/x-moc";
 | 
			
		||||
const char AMBIGUOUS_HEADER_MIMETYPE[] = "application/vnd.qtc.ambiguousheader"; // not a real MIME type
 | 
			
		||||
 | 
			
		||||
// QSettings keys for use by the "New Class" wizards.
 | 
			
		||||
const char CPPTOOLS_SETTINGSGROUP[] = "CppTools";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user