From ffc775e535dcd74e2dfb66e4828f47e2dee6293a Mon Sep 17 00:00:00 2001 From: Mahmoud Badri Date: Mon, 27 Feb 2023 19:28:10 +0200 Subject: [PATCH] QmlDesigner: Rename bundles download folder Change-Id: Ie7c0fb42ad1b62f842d27c4656e34a627a603a7b Reviewed-by: Miikka Heikkinen (cherry picked from commit 7bfe5bf3236acafdff6d9091fc0ace68e2abb7ed) Reviewed-by: Tim Jenssen --- .../components/contentlibrary/contentlibrarytexturesmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/contentlibrary/contentlibrarytexturesmodel.cpp b/src/plugins/qmldesigner/components/contentlibrary/contentlibrarytexturesmodel.cpp index ba4e34ce890..220149bfbc3 100644 --- a/src/plugins/qmldesigner/components/contentlibrary/contentlibrarytexturesmodel.cpp +++ b/src/plugins/qmldesigner/components/contentlibrary/contentlibrarytexturesmodel.cpp @@ -28,7 +28,7 @@ ContentLibraryTexturesModel::ContentLibraryTexturesModel(const QString &bundleSu static const QString baseDownloadPath = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation) - + "/QtDesignStudio/Downloaded"; + + "/QtDesignStudio/bundles"; m_downloadPath = baseDownloadPath + "/" + bundleSubpath; }