Replace slots with Q_SLOTS
This commit is contained in:
@@ -83,7 +83,7 @@ class SubsonicRequest : public SubsonicBaseRequest {
|
||||
void ProgressSetMaximum(const int max);
|
||||
void UpdateProgress(const int progress);
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void AlbumsReplyReceived(QNetworkReply *reply, const int offset_requested, const int size_requested);
|
||||
void AlbumSongsReplyReceived(QNetworkReply *reply, const QString &artist_id, const QString &album_id, const QString &album_artist);
|
||||
void AlbumCoverReceived(QNetworkReply *reply, const AlbumCoverRequest &request);
|
||||
|
||||
Reference in New Issue
Block a user