Skip to content
Snippets Groups Projects
Commit 691c8542 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to fix CI, no match for QString::arg(QStringRef)

parent 62d0cd74
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ TimelineViewManager::queueReplyMessage(const QString &reply, const RelatedInfo &
QString body;
bool firstLine = true;
for (const auto &line : related.quoted_body.splitRef("\n")) {
for (const auto &line : related.quoted_body.split("\n")) {
if (firstLine) {
firstLine = false;
body = QString("> <%1> %2\n").arg(related.quoted_user).arg(line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment