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 <alessandro.portale@qt.io>
This commit is contained in:
Eike Ziller
2018-12-19 12:58:26 +01:00
parent 068aff8a33
commit 365123ea2c

View File

@@ -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."),