aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome/introductionwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/welcome/introductionwidget.cpp')
-rw-r--r--src/plugins/welcome/introductionwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/welcome/introductionwidget.cpp b/src/plugins/welcome/introductionwidget.cpp
index a719a4ae90a..a29b5e4f57a 100644
--- a/src/plugins/welcome/introductionwidget.cpp
+++ b/src/plugins/welcome/introductionwidget.cpp
@@ -59,7 +59,7 @@ void IntroductionWidget::askUserAboutIntroduction(QWidget *parent, QSettings *se
tr("Would you like to take a quick UI tour? This tour highlights important user "
"interface elements and shows how they are used. To take the tour later, "
"select Help > UI Tour."),
- Core::InfoBarEntry::GlobalSuppressionEnabled);
+ Core::InfoBarEntry::GlobalSuppression::Enabled);
info.setCustomButtonInfo(tr("Take UI Tour"), [parent] {
Core::ICore::infoBar()->removeInfo(kTakeTourSetting);
Core::ICore::infoBar()->globallySuppressInfo(kTakeTourSetting);