QmlDesigner: Rename bundles download folder

Change-Id: Ie7c0fb42ad1b62f842d27c4656e34a627a603a7b
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
(cherry picked from commit 7bfe5bf323)
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Mahmoud Badri
2023-02-27 19:28:10 +02:00
committed by Tim Jenssen
parent fcd286acfc
commit ffc775e535

View File

@@ -28,7 +28,7 @@ ContentLibraryTexturesModel::ContentLibraryTexturesModel(const QString &bundleSu
static const QString baseDownloadPath = static const QString baseDownloadPath =
QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation) QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation)
+ "/QtDesignStudio/Downloaded"; + "/QtDesignStudio/bundles";
m_downloadPath = baseDownloadPath + "/" + bundleSubpath; m_downloadPath = baseDownloadPath + "/" + bundleSubpath;
} }