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

@@ -55,7 +55,7 @@ class Transcoder : public QObject {
Q_OBJECT
public:
explicit Transcoder(QObject *parent = nullptr, const QString &settings_postfix = "");
explicit Transcoder(QObject *parent = nullptr, const QString &settings_postfix = QLatin1String(""));
static TranscoderPreset PresetForFileType(const Song::FileType filetype);
static QList<TranscoderPreset> GetAllPresets();