Mercurial > hg > easaier-soundaccess
diff widgets/PropertyBox.h @ 233:628531da16ef
pass equalizer filter curve in float
author | lbajardsilogic |
---|---|
date | Thu, 06 Mar 2008 16:37:44 +0000 |
parents | 7d5d51145b81 |
children |
line wrap: on
line diff
--- a/widgets/PropertyBox.h Thu Mar 06 14:56:40 2008 +0000 +++ b/widgets/PropertyBox.h Thu Mar 06 16:37:44 2008 +0000 @@ -57,7 +57,7 @@ protected slots: void propertyControllerChanged(int); - void propertyControllerChanged(QVector<int>&); + void propertyControllerChanged(QVector<float>&); void playGainChanged(float); void playGainDialChanged(int);