forked from qt-creator/qt-creator
SDKtool: More compile fixes
Change-Id: Iccc8e6b71d94c794334eb6f2ed02348e0c41deb8 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Tobias Hunger
parent
2cb33df989
commit
3353029b52
@@ -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)
|
||||
|
Reference in New Issue
Block a user