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

@@ -60,7 +60,7 @@ void ParserBase::LoadSong(const QString &filename_or_url, const qint64 beginning
}
else {
qLog(Error) << "Don't know how to handle" << url;
emit Error(tr("Don't know how to handle %1").arg(filename_or_url));
Q_EMIT Error(tr("Don't know how to handle %1").arg(filename_or_url));
return;
}
}