summaryrefslogtreecommitdiffstats
path: root/src/jsonstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsonstream.cpp')
-rw-r--r--src/jsonstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsonstream.cpp b/src/jsonstream.cpp
index db365fc..5ee611d 100644
--- a/src/jsonstream.cpp
+++ b/src/jsonstream.cpp
@@ -198,7 +198,7 @@ void JsonStream::sendInternal(const QByteArray& byteArray)
if (nBytes != byteArray.size())
qCritical() << Q_FUNC_INFO << __LINE__
- << QString("Expected to write %1 bytes, actually %2.").arg(byteArray.size()).arg(nBytes);
+ << QString::fromLatin1("Expected to write %1 bytes, actually %2.").arg(byteArray.size()).arg(nBytes);
}
/*!