Replace emit with Q_EMIT
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user