summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/bassboost.h
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-12-04 11:49:12 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-12-08 13:07:39 (GMT)
commit3f648dc075689e2ffedda2769cc76b4a56fb1073 (patch)
treee216758e5d86e14c7d3d8630796e11f355b4add4 /src/3rdparty/phonon/mmf/bassboost.h
parent8e21fc62fe40c8e393007516958c216ad8dbd629 (diff)
downloadQt-3f648dc075689e2ffedda2769cc76b4a56fb1073.zip
Qt-3f648dc075689e2ffedda2769cc76b4a56fb1073.tar.gz
Qt-3f648dc075689e2ffedda2769cc76b4a56fb1073.tar.bz2
Implemented node disconnection in Phonon MMF backend
Task-number: QTBUG-4663 Reviewed-by: Frans Englich
Diffstat (limited to 'src/3rdparty/phonon/mmf/bassboost.h')
-rw-r--r--src/3rdparty/phonon/mmf/bassboost.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/3rdparty/phonon/mmf/bassboost.h b/src/3rdparty/phonon/mmf/bassboost.h
index c16393a..1b893db 100644
--- a/src/3rdparty/phonon/mmf/bassboost.h
+++ b/src/3rdparty/phonon/mmf/bassboost.h
@@ -19,7 +19,6 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#ifndef PHONON_MMF_BASSBOOST_H
#define PHONON_MMF_BASSBOOST_H
-#include <BassBoostBase.h>
#include "abstractaudioeffect.h"
QT_BEGIN_NAMESPACE
@@ -41,13 +40,12 @@ public:
BassBoost(QObject *parent);
protected:
- virtual void parameterChanged(const int id,
- const QVariant &value);
+ // AbstractAudioEffect
+ virtual void connectAudioPlayer(AudioPlayer::NativePlayer *player);
+ virtual void connectVideoPlayer(VideoPlayer::NativePlayer *player);
+ virtual void applyParameters();
+ virtual void parameterChanged(const int id, const QVariant &value);
- virtual bool activateOn(CPlayerType *player);
-
-private:
- QScopedPointer<CBassBoost> m_bassBoost;
};
}
}