forked from qt-creator/qt-creator
		
	Utils: add home FilePath convenience function
Change-Id: I5d0d695dc127090be4323fac6ff4ef2b1729cb92 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
		| @@ -238,6 +238,7 @@ public: | ||||
|     static bool isAbsolutePath(const QString &fileName) { return !isRelativePath(fileName); } | ||||
|     static FilePath commonPath(const FilePath &oldCommonPath, const FilePath &fileName); | ||||
|     static QByteArray fileId(const FilePath &fileName); | ||||
|     static FilePath homePath(); | ||||
| }; | ||||
|  | ||||
| template<typename T> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user