SDKtool: More compile fixes

Change-Id: Iccc8e6b71d94c794334eb6f2ed02348e0c41deb8
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2016-07-20 11:49:14 +02:00
committed by Tobias Hunger
parent 2cb33df989
commit 3353029b52

View File

@@ -52,17 +52,17 @@ const char ID[] = "PE.Profile.Id";
QString RmKitOperation::name() const
{
return "rmKit";
return QString("rmKit");
}
QString RmKitOperation::helpText() const
{
return "remove a Kit from Qt Creator";
return QString("remove a Kit from Qt Creator");
}
QString RmKitOperation::argumentsHelpText() const
{
return " --id <ID> id of the kit to remove.\n";
return QString(" --id <ID> id of the kit to remove.\n");
}
bool RmKitOperation::setArguments(const QStringList &args)