mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Ref T338, style
This commit is contained in:
@@ -390,7 +390,7 @@ namespace BlackMisc
|
||||
return QStringLiteral("\"") % in % QStringLiteral("\"");
|
||||
}
|
||||
|
||||
QString withQUestionMark(const QString &question)
|
||||
QString withQuestionMark(const QString &question)
|
||||
{
|
||||
if (question.endsWith("?")) { return question; }
|
||||
return question % QStringLiteral("?");
|
||||
|
||||
Reference in New Issue
Block a user