Use QStringLiteral

This commit is contained in:
Jonas Kvinge
2024-04-09 23:20:26 +02:00
parent 3cfffa5fbb
commit 58944993b8
233 changed files with 3885 additions and 3885 deletions

View File

@@ -48,7 +48,7 @@ BusyIndicator::BusyIndicator(QWidget *parent)
void BusyIndicator::Init(const QString &text) {
movie_ = new QMovie(":/pictures/spinner.gif"),
movie_ = new QMovie(QStringLiteral(":/pictures/spinner.gif")),
label_ = new QLabel;
QLabel *icon = new QLabel;