mirror of
https://github.com/KDE/konsole.git
synced 2026-06-10 06:55:13 -04:00
More changes to QLatin1String, QLatin1Char and QStringLiteral
This commit is contained in:
@@ -48,7 +48,7 @@ QString ShellCommand::fullCommand() const
|
||||
if (hasSpace)
|
||||
quotedArgs[i] = '\"' + arg + '\"';
|
||||
}
|
||||
return quotedArgs.join(QChar(' '));
|
||||
return quotedArgs.join(QLatin1Char(' '));
|
||||
}
|
||||
QString ShellCommand::command() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user