forked from qt-creator/qt-creator
Utils: Rename FilePath::normalizePathName to normalizedPathName
Change-Id: Ib7bcc9968749649f762a396d3861f7b67711e926 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user