Ref T338, style

This commit is contained in:
Klaus Basan
2018-09-08 02:05:24 +02:00
parent 30669a4d35
commit 3d2d999f7a
11 changed files with 29 additions and 30 deletions

View File

@@ -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("?");