Use const'ref

This commit is contained in:
Laurent Montel
2023-07-12 13:28:19 +02:00
parent a5da17b000
commit 732b43cbd6
6 changed files with 10 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ public:
Q_SIGNALS:
void roomChanged();
void showEffect(QString effect);
void showEffect(const QString &effect);
public Q_SLOTS: