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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user