From c890aebf729c9520e141ce09e72d85bffcd900c5 Mon Sep 17 00:00:00 2001 From: Integral Date: Fri, 26 Apr 2024 13:34:51 -0700 Subject: refactor: replace QString constructors with QStringLiteral --- src/Utils.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Utils.cpp') diff --git a/src/Utils.cpp b/src/Utils.cpp index 498bad9a..b4d45472 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -1110,10 +1110,10 @@ utils::getFormattedQuoteBody(const RelatedInfo &related, const QString &html) } } }; - return QString("
In reply " - "to %4%5
") + return QStringLiteral("
In reply " + "to %4%5
") .arg(related.room, QString::fromStdString(related.related_event), related.quoted_user, -- cgit 1.5.1