Utils: Rename FilePath::normalizePathName to normalizedPathName

Change-Id: Ib7bcc9968749649f762a396d3861f7b67711e926
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-08-24 07:19:54 +02:00
parent 9a0285ba0e
commit 30f171a491
9 changed files with 9 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ public:
// makes sure that capitalization of directories is canonical
// on Windows and macOS. This is rarely needed.
FilePath normalizePathName() const;
FilePath normalizedPathName() const;
bool operator==(const FilePath &other) const;
bool operator!=(const FilePath &other) const;