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

@@ -822,7 +822,7 @@ FilePath FilePath::absoluteFilePath(const FilePath &tail) const
return tail;
}
FilePath FilePath::normalizePathName() const
FilePath FilePath::normalizedPathName() const
{
FilePath result = *this;
if (!needsDevice()) // FIXME: Assumes no remote Windows and Mac for now.