aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2023-02-23 15:02:11 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2023-02-23 14:58:58 +0000
commit141737b3fd6ae86d91f760451f348a60107a9d74 (patch)
treea1418d4f11347abb700c00d0d1189559d3ea0128
parentdf19dc0ad9b61039d0f56f5e5df5d56147d290d2 (diff)
StudioWelcome: Enable probing for example download
Without probing enabled the download will not be triggered. (cherry picked from commit e24242a6f3eaa1f16a5e083754f0ad89bea923b3) Task-number: QDS-9253 Change-Id: Iae4669a2a088aba1b2078a035be2ac21b2d1bc41 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/studiowelcome/examplecheckout.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/studiowelcome/examplecheckout.cpp b/src/plugins/studiowelcome/examplecheckout.cpp
index 54194b27d7..1d15b52754 100644
--- a/src/plugins/studiowelcome/examplecheckout.cpp
+++ b/src/plugins/studiowelcome/examplecheckout.cpp
@@ -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,