aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-03-18 13:04:47 +0100
committerEike Ziller <eike.ziller@qt.io>2019-03-18 13:26:49 +0000
commitded650108c3b23c133f103b46adf2ae42af64b74 (patch)
tree1406e6c6f39bf5728ab8dc5ab27e5d2013b1abad /src/plugins/welcome
parent8294802e88ef5da6a9ba141690ff60c6e7b60f2a (diff)
Remove icon from UI Tour dialog
Not needed, and can look ugly in certain setups Change-Id: I3d0a6774f660a58ce697c1072065c3801629945e Fixes: QTCREATORBUG-22132 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'src/plugins/welcome')
-rw-r--r--src/plugins/welcome/introductionwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/welcome/introductionwidget.cpp b/src/plugins/welcome/introductionwidget.cpp
index c4b194c2cec..e931975f6fe 100644
--- a/src/plugins/welcome/introductionwidget.cpp
+++ b/src/plugins/welcome/introductionwidget.cpp
@@ -51,7 +51,6 @@ void IntroductionWidget::askUserAboutIntroduction(QWidget *parent, QSettings *se
return;
auto messageBox = new CheckableMessageBox(parent);
messageBox->setWindowTitle(tr("Take a UI Tour"));
- messageBox->setIconPixmap(QMessageBox::standardIcon(QMessageBox::Question));
messageBox->setText(
tr("Do you want to take a quick UI tour? This shows where the most important user "
"interface elements are, and how they are used, and will only take a minute. You can "