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

@@ -175,10 +175,10 @@ void OSDBase::ShowPlaying(const Song &song, const QUrl &cover_url, const QImage
if (html_escaped) message = message.toHtmlEscaped();
if (show_art_) {
ShowMessage(summary, message, QStringLiteral("notification-audio-play"), image);
ShowMessage(summary, message, u"notification-audio-play"_s, image);
}
else {
ShowMessage(summary, message, QStringLiteral("notification-audio-play"), QImage());
ShowMessage(summary, message, u"notification-audio-play"_s, QImage());
}
// Reload the saved settings if they were changed for preview