Add const/references to all signal parameters
This commit is contained in:
@@ -36,7 +36,7 @@ class MoodbarController : public QObject {
|
||||
void ReloadSettings();
|
||||
|
||||
signals:
|
||||
void CurrentMoodbarDataChanged(QByteArray data);
|
||||
void CurrentMoodbarDataChanged(const QByteArray &data);
|
||||
|
||||
private slots:
|
||||
void CurrentSongChanged(const Song &song);
|
||||
|
||||
Reference in New Issue
Block a user