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

@@ -449,7 +449,7 @@ void ExamplesListModel::parseTutorials(QXmlStreamReader *reader, const QString &
static QString resourcePath()
{
// normalize paths so QML doesn't freak out if it's wrongly capitalized on Windows
return Core::ICore::resourcePath().normalizePathName().toString();
return Core::ICore::resourcePath().normalizedPathName().toString();
}
void ExamplesListModel::updateExamples()