summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-08-19 08:46:22 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-08-19 06:46:48 +0000
commit00679f2af2b5b68a901cf13a1b29f70a92552d50 (patch)
treeaf2930c19414ef1e79d4ed23b9764e78de852ec3
parentaa5b971dca898ad5eb844a684c7f83b0ccbad983 (diff)
downloadqt-creator-00679f2af2b5b68a901cf13a1b29f70a92552d50.tar.gz
StudioWelcome: Only disable welcome screen if download is started
Task-number: QDS-7448 Change-Id: Ic239ba4e5ff4549642cbcb38ab823331dee64308 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/studiowelcome/studiowelcomeplugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
index f78bc1ca62..b9df286c2a 100644
--- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp
+++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
@@ -647,8 +647,6 @@ WelcomeMode::WelcomeMode()
m_quickWidget->rootObject()->setProperty("loadingProgress", m_dataModelDownloader->progress());
});
- m_quickWidget->setEnabled(false);
-
connect(m_dataModelDownloader, &DataModelDownloader::finished, this, [this, welcomePagePath]() {
delete m_quickWidget;
createQuickWidget();