Add error handling to playlist parsers

This commit is contained in:
Jonas Kvinge
2024-06-24 20:20:49 +02:00
parent 0038cf8c4e
commit 6446942e73
6 changed files with 39 additions and 13 deletions

View File

@@ -394,6 +394,8 @@ 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."));
// TODO
}