mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Now it really should fit standard :P
This commit is contained in:
@@ -1426,7 +1426,7 @@ AudioEngine::setEqualizerBand( int band, int value )
|
|||||||
QList< Phonon::EffectParameter > params = d->audioEffect->parameters();
|
QList< Phonon::EffectParameter > params = d->audioEffect->parameters();
|
||||||
if ( band < params.size() )
|
if ( band < params.size() )
|
||||||
{
|
{
|
||||||
d->audioEffect->setParameterValue( params.at(band), value );
|
d->audioEffect->setParameterValue( params.at( band ), value );
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user