summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/environmentalreverb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/mmf/environmentalreverb.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/environmentalreverb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/environmentalreverb.cpp b/src/3rdparty/phonon/mmf/environmentalreverb.cpp
index f362afd..89f8d60 100644
--- a/src/3rdparty/phonon/mmf/environmentalreverb.cpp
+++ b/src/3rdparty/phonon/mmf/environmentalreverb.cpp
@@ -33,7 +33,7 @@ PHONON_MMF_DEFINE_EFFECT_FUNCTIONS(EnvironmentalReverb)
enum Parameters
{
- DecayHFRatio,
+ DecayHFRatio = AbstractAudioEffect::ParameterBase,
DecayTime,
Density,
Diffusion,
@@ -51,7 +51,7 @@ EnvironmentalReverb::EnvironmentalReverb(QObject *parent, const QList<EffectPara
}
-int EnvironmentalReverb::parameterChanged(const EffectParameter &param,
+int EnvironmentalReverb::effectParameterChanged(const EffectParameter &param,
const QVariant &value)
{
const qreal externalLevel = value.toReal();