Replace signals with Q_SIGNALS
This commit is contained in:
@@ -73,7 +73,7 @@ class EditTagDialog : public QDialog {
|
||||
|
||||
void accept() override;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void Error(const QString &message);
|
||||
|
||||
protected:
|
||||
|
||||
@@ -53,7 +53,7 @@ class TrackSelectionDialog : public QDialog {
|
||||
// QDialog
|
||||
void accept() override;
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void Error(const QString &error);
|
||||
void SongChosen(const Song &original_song, const Song &new_metadata);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user