Show error when reading or saving album covers

This commit is contained in:
Jonas Kvinge
2021-09-19 19:31:34 +02:00
parent d2d7f32c45
commit 09a9330f3e
6 changed files with 36 additions and 8 deletions

View File

@@ -157,6 +157,7 @@ class AlbumCoverChoiceController : public QWidget {
void SaveEmbeddedCoverAsyncFinished(quint64 id, const bool success, const bool cleared);
signals:
void Error(QString);
void AutomaticCoverSearchDone();
private: