summaryrefslogtreecommitdiff
path: root/src/bbcode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bbcode.cpp')
-rw-r--r--src/bbcode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bbcode.cpp b/src/bbcode.cpp
index 84d7a7c0..3475f1b2 100644
--- a/src/bbcode.cpp
+++ b/src/bbcode.cpp
@@ -100,7 +100,7 @@ public:
// expression doesn't match. either the input string is invalid
// or the expression is
qWarning("%s doesn't match the expression for %s",
- temp.toUtf8().constData(), tagName.toUtf8().constData());
+ qUtf8Printable(temp), qUtf8Printable(tagName));
length = 0;
return QString();
}