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:
Samuel Ghinet
2023-05-03 12:45:09 +03:00
committed by Thomas Hartmann
parent cf804bcdb8
commit 2711d96be3

View File

@@ -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";