diff --git a/src/libs/utils/fileutils.h b/src/libs/utils/fileutils.h index e1236f0f28e..c40ad2b3303 100644 --- a/src/libs/utils/fileutils.h +++ b/src/libs/utils/fileutils.h @@ -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; -using FileName = FilePath; -using FileNameList = FilePathList; - class QTCREATOR_UTILS_EXPORT CommandLine { public: