StudioWelcome: Enable probing for example download

Without probing enabled the download will not be triggered.

(cherry picked from commit e24242a6f3)
Task-number: QDS-9253
Change-Id: Iae4669a2a088aba1b2078a035be2ac21b2d1bc41
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2023-02-23 15:02:11 +01:00
parent df19dc0ad9
commit 141737b3fd

View File

@@ -76,6 +76,7 @@ DataModelDownloader::DataModelDownloader(QObject * /* parent */)
auto fileInfo = targetFolder().toFileInfo();
m_birthTime = fileInfo.lastModified();
m_exists = fileInfo.exists();
m_fileDownloader.setProbeUrl(true);
connect(&m_fileDownloader,
&QmlDesigner::FileDownloader::progressChanged,