Replace emit with Q_EMIT

This commit is contained in:
Jonas Kvinge
2024-08-25 01:06:30 +02:00
parent cb0db8750f
commit 8da616491d
158 changed files with 891 additions and 891 deletions

View File

@@ -394,7 +394,7 @@ void CueParser::Save(const SongList &songs, QIODevice *device, const QDir &dir,
Q_UNUSED(dir);
Q_UNUSED(path_type);
emit Error(tr("Saving CUE files is not supported."));
Q_EMIT Error(tr("Saving CUE files is not supported."));
// TODO