diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-01-11 17:41:23 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-01-11 17:59:52 (GMT) |
commit | 5a8c0ded599263446010dfc1729dcab8b2f62f0d (patch) | |
tree | d662bc84c4723fac1aa3fe27fc7321adf25062ff /src/3rdparty/phonon/mmf/abstractaudioeffect.h | |
parent | f42624c9f88cbbb71d6857566e00348b119d486c (diff) | |
download | Qt-5a8c0ded599263446010dfc1729dcab8b2f62f0d.zip Qt-5a8c0ded599263446010dfc1729dcab8b2f62f0d.tar.gz Qt-5a8c0ded599263446010dfc1729dcab8b2f62f0d.tar.bz2 |
Simplified error handling for audio effects
Task-number: QTBUG-4659
Reviewed-by: Espen Riskedal
Diffstat (limited to 'src/3rdparty/phonon/mmf/abstractaudioeffect.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/abstractaudioeffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractaudioeffect.h b/src/3rdparty/phonon/mmf/abstractaudioeffect.h index 57427e7..a3b35c2 100644 --- a/src/3rdparty/phonon/mmf/abstractaudioeffect.h +++ b/src/3rdparty/phonon/mmf/abstractaudioeffect.h @@ -86,7 +86,7 @@ protected: virtual void createEffect(AudioPlayer::NativePlayer *player) = 0; - virtual void parameterChanged(const EffectParameter ¶m, + virtual int parameterChanged(const EffectParameter ¶m, const QVariant &value) = 0; private: |