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

pull/91/head
Nicolas Werner 5 years ago
parent 62d0cd74da
commit 691c854201
  1. 2
      src/timeline2/TimelineViewManager.cpp

@ -82,7 +82,7 @@ TimelineViewManager::queueReplyMessage(const QString &reply, const RelatedInfo &
QString body; QString body;
bool firstLine = true; bool firstLine = true;
for (const auto &line : related.quoted_body.splitRef("\n")) { for (const auto &line : related.quoted_body.split("\n")) {
if (firstLine) { if (firstLine) {
firstLine = false; firstLine = false;
body = QString("> <%1> %2\n").arg(related.quoted_user).arg(line); body = QString("> <%1> %2\n").arg(related.quoted_user).arg(line);

Loading…
Cancel
Save