summaryrefslogtreecommitdiffstats
path: root/src/script/qscriptsyntaxchecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/qscriptsyntaxchecker.cpp')
-rw-r--r--src/script/qscriptsyntaxchecker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/qscriptsyntaxchecker.cpp b/src/script/qscriptsyntaxchecker.cpp
index 9653bc1..74ca00f 100644
--- a/src/script/qscriptsyntaxchecker.cpp
+++ b/src/script/qscriptsyntaxchecker.cpp
@@ -186,9 +186,9 @@ SyntaxChecker::Result SyntaxChecker::checkSyntax(const QString &code)
error_message += QLatin1String (", ");
first = false;
- error_message += QLatin1String("`");
+ error_message += QLatin1Char('`');
error_message += QLatin1String (spell [expected_tokens [s]]);
- error_message += QLatin1String("'");
+ error_message += QLatin1Char('\'');
}
}