forked from qt-creator/qt-creator
QmlDesigner: Remove version from textures URL for the Content Library
The URL for textures should not have a version number. Change-Id: Ifb0103d8420f9f3b3269657875ca184533700da5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
cf804bcdb8
commit
2711d96be3
@@ -117,7 +117,7 @@ ContentLibraryWidget::ContentLibraryWidget()
|
||||
|
||||
m_baseUrl = QmlDesignerPlugin::settings()
|
||||
.value(DesignerSettingsKey::DOWNLOADABLE_BUNDLES_URL).toString()
|
||||
+ "/textures/v1";
|
||||
+ "/textures";
|
||||
|
||||
m_texturesUrl = m_baseUrl + "/Textures";
|
||||
m_environmentsUrl = m_baseUrl + "/Environments";
|
||||
|
Reference in New Issue
Block a user