CarConfigurator: Update AssetDownloader module name

The AssetDownloader module is renamed to Qt.labs.assetdownloader.

Task-number: QTBUG-139846
Pick-to: 6.10.0 6.9 6.8
Change-Id: Ie052e9c7548a0f95e044bd6ecf900a7dcc300d71
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
(cherry picked from commit bfdfd19554)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ali Kianian 2025-09-05 18:39:22 +03:00 committed by Qt Cherry-pick Bot
parent 2bb24d45a3
commit e14aa71c5a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import QtCore
import QtQuick import QtQuick
import QtQuick.Controls import QtQuick.Controls
import QtQuick.Window import QtQuick.Window
import Assets.Downloader import Qt.labs.assetdownloader
import CarRendering import CarRendering
Window { Window {