From 365123ea2c8df09ac970dc34a35c6f3e0024326c Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 19 Dec 2018 12:58:26 +0100 Subject: [PATCH] UI Tour: Another GCC 5 fix GCC 5 doesn't want to convert "const char *" to QString in these cases. Change-Id: I706a5d79932409a57992d3b13f28db3336cfb71f Reviewed-by: Alessandro Portale --- src/plugins/welcome/introductionwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/welcome/introductionwidget.cpp b/src/plugins/welcome/introductionwidget.cpp index 36b43a9802a..d0c993b6e8a 100644 --- a/src/plugins/welcome/introductionwidget.cpp +++ b/src/plugins/welcome/introductionwidget.cpp @@ -134,7 +134,7 @@ IntroductionWidget::IntroductionWidget(QWidget *parent) tr("Debug Button"), tr("Run the active project in a debugger."), {}}, - {QLatin1String("Build.Button"), tr("Build Button"), tr("Build the active project."), ""}, + {QLatin1String("Build.Button"), tr("Build Button"), tr("Build the active project."), {}}, {QLatin1String("LocatorInput"), tr("Locator"), tr("Type here to open a file from any open project."),