diff options
| author | Mike Skec <skec@protonmail.ch> | 2020-12-31 12:33:49 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-31 10:13:49 +0100 |
| commit | dd8ebd62c544c3af16da80bda80b998108d9d09a (patch) | |
| tree | d3353c843ff68cbe60d5c8635532d4d48bec4f74 /src/protocols/abouthandler.cpp | |
| parent | 775b20cbe634928eebbfe8947bfa4093df30e6ef (diff) | |
| download | kristall-dd8ebd62c544c3af16da80bda80b998108d9d09a.tar.gz | |
Fixes a few warnings and deprecation notices
Diffstat (limited to 'src/protocols/abouthandler.cpp')
| -rw-r--r-- | src/protocols/abouthandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/abouthandler.cpp b/src/protocols/abouthandler.cpp index 292cd73..4ab789b 100644 --- a/src/protocols/abouthandler.cpp +++ b/src/protocols/abouthandler.cpp @@ -34,7 +34,7 @@ bool AboutHandler::startRequest(const QUrl &url, ProtocolHandler::RequestOptions if(current_group != fav.first) { document.append("\n"); - document.append(QString("## %1\n").arg(fav.first)); + document.append(QString("## %1\n").arg(fav.first).toUtf8()); current_group = fav.first; } |
