summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2023-02-27 19:28:10 +0200
committerTim Jenssen <tim.jenssen@qt.io>2023-02-28 10:33:51 +0000
commitffc775e535dcd74e2dfb66e4828f47e2dee6293a (patch)
treeba5c2a99737882006c802fb83efa2a704a0ffa58
parentfcd286acfcde2368867318d6f0261d4c5c41b034 (diff)
downloadqt-creator-ffc775e535dcd74e2dfb66e4828f47e2dee6293a.tar.gz
QmlDesigner: Rename bundles download folder
Change-Id: Ie7c0fb42ad1b62f842d27c4656e34a627a603a7b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit 7bfe5bf3236acafdff6d9091fc0ace68e2abb7ed) Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--src/plugins/qmldesigner/components/contentlibrary/contentlibrarytexturesmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/contentlibrary/contentlibrarytexturesmodel.cpp b/src/plugins/qmldesigner/components/contentlibrary/contentlibrarytexturesmodel.cpp
index ba4e34ce89..220149bfbc 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;
}