summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tracegen/helpers.cpp')
-rw-r--r--src/tools/tracegen/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tracegen/helpers.cpp b/src/tools/tracegen/helpers.cpp
index f0ac7ed47f..a5526065d6 100644
--- a/src/tools/tracegen/helpers.cpp
+++ b/src/tools/tracegen/helpers.cpp
@@ -46,7 +46,7 @@ QString includeGuard(const QString &filename)
for (int i = 0; i < guard.size(); ++i) {
if (!guard.at(i).isLetterOrNumber())
- guard[i] = QChar('_');
+ guard[i] = QLatin1Char('_');
}
return guard;