Add const/references to all signal parameters

This commit is contained in:
Jonas Kvinge
2023-04-09 20:23:42 +02:00
parent fa856ee905
commit aaa530e72b
102 changed files with 296 additions and 297 deletions

View File

@@ -70,7 +70,7 @@ class ScrobblingAPI20 : public ScrobblerService {
void Love() override;
signals:
void AuthenticationComplete(bool success, QString error = QString());
void AuthenticationComplete(const bool success, const QString &error = QString());
public slots:
void WriteCache() override { cache_->WriteCache(); }