forked from qt-creator/qt-creator
		
	ProjectExplorer: Rename IncludePathType to HeaderPathType
It is the type used by the HeaderPath class, so reflect that in the name. I also considered to rename HeaderPath to IncludePath, but that name is reflected in a lot of users, which would also need to be adjusted for consistency. That would blow up the patch size for little value IMHO. Change-Id: I51421dbd3ab8b2874dc32fc82dc394c9b93ce5e9 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
		@@ -46,7 +46,7 @@ struct CPPTOOLS_EXPORT Utils
 | 
			
		||||
    static QString toString(const QDateTime &dateTime);
 | 
			
		||||
    static QString toString(CPlusPlus::Document::CheckMode checkMode);
 | 
			
		||||
    static QString toString(CPlusPlus::Document::DiagnosticMessage::Level level);
 | 
			
		||||
    static QString toString(ProjectExplorer::IncludePathType type);
 | 
			
		||||
    static QString toString(ProjectExplorer::HeaderPathType type);
 | 
			
		||||
    static QString toString(CppTools::ProjectPart::LanguageVersion languageVersion);
 | 
			
		||||
    static QString toString(CppTools::ProjectPart::LanguageExtensions languageExtension);
 | 
			
		||||
    static QString toString(CppTools::ProjectPart::QtVersion qtVersion);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user