Add missing signal

This commit is contained in:
Jonas Kvinge 2020-01-28 18:19:15 +01:00
parent cf06bf91e3
commit 2bf8187bff
1 changed files with 6 additions and 7 deletions

View File

@ -54,6 +54,7 @@ public slots:
void accept();
signals:
void Error(const QString&);
void SongChosen(const Song &original_song, const Song &new_metadata);
private slots:
@ -94,5 +95,3 @@ private:
};
#endif // TRACKSELECTIONDIALOG_H