mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +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();
|
||||
if ( band < params.size() )
|
||||
{
|
||||
d->audioEffect->setParameterValue( params.at(band), value );
|
||||
d->audioEffect->setParameterValue( params.at( band ), value );
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user