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

@@ -45,8 +45,8 @@ class OrganiseErrorDialog : public QDialog {
Type_Delete,
};
void Show(OperationType type, const SongList& songs_with_errors);
void Show(OperationType type, const QStringList &files_with_errors);
void Show(OperationType type, const SongList &songs_with_errors, const QStringList &log = QStringList());
void Show(OperationType type, const QStringList &files_with_errors, const QStringList &log = QStringList());
private:
Ui_OrganiseErrorDialog *ui_;