[QDeclarativeSound] Pass QString by const-ref
Change-Id: Ic600e62420c2e3ccc66f037e0fe44374e505c0d1 Reviewed-by: Sérgio Martins <sergio.martins@kdab.com> Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
committed by
Yoann Lopes
parent
b987b7087e
commit
45d4ef1699
@@ -112,7 +112,7 @@ public:
|
||||
void setName(const QString& name);
|
||||
|
||||
QString attenuationModel() const;
|
||||
void setAttenuationModel(QString attenuationModel);
|
||||
void setAttenuationModel(const QString &attenuationModel);
|
||||
|
||||
QDeclarativeSoundCone* cone() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user