Port to QStringLiteral operator

This commit is contained in:
Jonas Kvinge
2024-10-20 06:38:55 +02:00
parent 722035913e
commit ef9ef63f02
202 changed files with 2036 additions and 1889 deletions

View File

@@ -27,6 +27,8 @@
#include "busyindicator.h"
using namespace Qt::Literals::StringLiterals;
class QHideEvent;
class QShowEvent;
@@ -48,7 +50,7 @@ BusyIndicator::BusyIndicator(QWidget *parent)
void BusyIndicator::Init(const QString &text) {
movie_ = new QMovie(QStringLiteral(":/pictures/spinner.gif")),
movie_ = new QMovie(u":/pictures/spinner.gif"_s),
label_ = new QLabel;
QLabel *icon = new QLabel;