forked from qt-creator/qt-creator
		
	Utils: Drop transitional FileName alias for FilePath
Transition is over... Change-Id: Iacaccead238130c8fdb347e172189ecc82b33401 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
		| @@ -111,7 +111,7 @@ public: | ||||
|  | ||||
|     uint hash(uint seed) const; | ||||
|  | ||||
|     // NOTE: FileName operations on FilePath created from URL currenly | ||||
|     // NOTE: FilePath operations on FilePath created from URL currenly | ||||
|     // do not work except for .toVariant() and .toUrl(). | ||||
|     static FilePath fromUrl(const QUrl &url); | ||||
|     QUrl toUrl() const; | ||||
| @@ -125,9 +125,6 @@ QTCREATOR_UTILS_EXPORT QTextStream &operator<<(QTextStream &s, const FilePath &f | ||||
|  | ||||
| using FilePathList = QList<FilePath>; | ||||
|  | ||||
| using FileName = FilePath; | ||||
| using FileNameList = FilePathList; | ||||
|  | ||||
| class QTCREATOR_UTILS_EXPORT CommandLine | ||||
| { | ||||
| public: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user