forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
fcd286acfc
commit
ffc775e535
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user