forked from qt-creator/qt-creator
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:
@@ -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."),
|
||||
|
||||
Reference in New Issue
Block a user