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:
hjk
2019-07-23 12:48:27 +02:00
parent 2c0b69cdc5
commit 44acfc0702

View File

@@ -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: