aboutsummaryrefslogtreecommitdiff
path: root/src/protocols/abouthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocols/abouthandler.cpp')
-rw-r--r--src/protocols/abouthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/abouthandler.cpp b/src/protocols/abouthandler.cpp
index 999de87..ebd5c9f 100644
--- a/src/protocols/abouthandler.cpp
+++ b/src/protocols/abouthandler.cpp
@@ -52,7 +52,7 @@ bool AboutHandler::startRequest(const QUrl &url, ProtocolHandler::RequestOptions
else if (url.path() == "cache")
{
QByteArray document;
- document.append(tr("# Cache information\n"));
+ document.append(QString(tr("# Cache information\n")).toUtf8());
auto& cache = kristall::globals().cache.getPages();
long unsigned cache_usage = 0;