Validate configuration better
This commit is contained in:
@@ -70,7 +70,7 @@ class TidalRequest : public TidalBaseRequest {
|
||||
void StreamURLFinished(const QUrl original_url, const QUrl url, const Song::FileType, QString error = QString());
|
||||
|
||||
private slots:
|
||||
void LoginComplete(bool success, QString error = QString());
|
||||
void LoginComplete(const bool success, QString error = QString());
|
||||
|
||||
void ArtistsReplyReceived(QNetworkReply *reply, const int limit_requested, const int offset_requested);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user