aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/exampleslistmodel.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2021-08-24 07:19:54 +0200
committerhjk <hjk@qt.io>2021-08-26 07:03:13 +0000
commit30f171a4914d0db7b078baa0612203294f520ae5 (patch)
treec4012a20f13f591c82d783ef99649d67f5565ac1 /src/plugins/qtsupport/exampleslistmodel.cpp
parent9a0285ba0e1f2aeae4dd8e3d75d005acefcfe2ef (diff)
Utils: Rename FilePath::normalizePathName to normalizedPathName
Change-Id: Ib7bcc9968749649f762a396d3861f7b67711e926 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/exampleslistmodel.cpp')
-rw-r--r--src/plugins/qtsupport/exampleslistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/exampleslistmodel.cpp b/src/plugins/qtsupport/exampleslistmodel.cpp
index e0de24da1b..f13ae02829 100644
--- a/src/plugins/qtsupport/exampleslistmodel.cpp
+++ b/src/plugins/qtsupport/exampleslistmodel.cpp
@@ -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()