Add log to organise error dialog

This commit is contained in:
Jonas Kvinge
2019-01-24 19:20:10 +01:00
parent 3483736490
commit cb844084e8
10 changed files with 57 additions and 23 deletions

View File

@@ -88,7 +88,7 @@ class OrganiseDialog : public QDialog {
void InsertTag(const QString &tag);
void UpdatePreviews();
void OrganiseFinished(const QStringList &files_with_errors);
void OrganiseFinished(const QStringList files_with_errors, const QStringList log);
private:
SongList LoadSongsBlocking(const QStringList &filenames);