Replace signals with Q_SIGNALS
This commit is contained in:
@@ -71,7 +71,7 @@ class CollectionWatcher : public QObject {
|
||||
|
||||
void RescanSongsAsync(const SongList &songs);
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void NewOrUpdatedSongs(const SongList &songs);
|
||||
void SongsMTimeUpdated(const SongList &songs);
|
||||
void SongsDeleted(const SongList &songs);
|
||||
|
||||
Reference in New Issue
Block a user