summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/abstractplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/mmf/abstractplayer.h')
-rw-r--r--src/3rdparty/phonon/mmf/abstractplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractplayer.h b/src/3rdparty/phonon/mmf/abstractplayer.h
index da0fe51..0f846ca 100644
--- a/src/3rdparty/phonon/mmf/abstractplayer.h
+++ b/src/3rdparty/phonon/mmf/abstractplayer.h
@@ -48,8 +48,8 @@ class VideoOutput;
* - Audio, in which case the implementation is AudioPlayer
* - Video, in which case the implementation is VideoPlayer
*/
-class AbstractPlayer : public QObject
- , public VolumeObserver
+class AbstractPlayer : public QObject
+ , public VolumeObserver
{
// Required although this class has no signals or slots
// Without this, qobject_cast will fail