Replace slots with Q_SLOTS
This commit is contained in:
@@ -70,7 +70,7 @@ class SubsonicBaseRequest : public QObject {
|
||||
bool verify_certificate() const { return service_->verify_certificate(); }
|
||||
bool download_album_covers() const { return service_->download_album_covers(); }
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void HandleSSLErrors(const QList<QSslError> &ssl_errors);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user