aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-01-11 19:47:22 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2022-01-12 09:54:00 +0000
commitb9798f35e62e168a17237162ac0adebd4db40cc7 (patch)
tree7c632653da7f6b2a9afdbe68205eb4b8e80ba77c
parentf6265d706a172dd0295871a04148e8a1fce6a067 (diff)
StudioWelcome: Do not show errors/warnings of welcome page
Change-Id: Id089f86f5bec4d5af3eef0e0200f6e8f2a586303 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
-rw-r--r--src/plugins/studiowelcome/studiowelcomeplugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/studiowelcome/studiowelcomeplugin.cpp b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
index bcf5d43f1d..55d33fa228 100644
--- a/src/plugins/studiowelcome/studiowelcomeplugin.cpp
+++ b/src/plugins/studiowelcome/studiowelcomeplugin.cpp
@@ -540,6 +540,8 @@ WelcomeMode::WelcomeMode()
QmlDesigner::QmlDesignerPlugin::registerPreviewImageProvider(m_modeWidget->engine());
+ m_modeWidget->engine()->setOutputWarningsToStandardError(false);
+
if (!useNewWelcomePage()) {
#ifdef QT_DEBUG