src/3rdparty/phonon/mmf/backend.h
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 8 3f74d0d4af4c
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
    18 
    18 
    19 #ifndef PHONON_MMF_BACKEND_H
    19 #ifndef PHONON_MMF_BACKEND_H
    20 #define PHONON_MMF_BACKEND_H
    20 #define PHONON_MMF_BACKEND_H
    21 
    21 
    22 #include "ancestormovemonitor.h"
    22 #include "ancestormovemonitor.h"
       
    23 #include "effectfactory.h"
    23 
    24 
    24 #include <Phonon/MediaSource>
    25 #include <phonon/mediasource.h>
    25 #include <Phonon/BackendInterface>
    26 #include <phonon/backendinterface.h>
    26 #include <QScopedPointer>
    27 #include <QScopedPointer>
    27 
    28 
    28 QT_BEGIN_NAMESPACE
    29 QT_BEGIN_NAMESPACE
    29 
    30 
    30 namespace Phonon
    31 namespace Phonon
    51 Q_SIGNALS:
    52 Q_SIGNALS:
    52     void objectDescriptionChanged(ObjectDescriptionType);
    53     void objectDescriptionChanged(ObjectDescriptionType);
    53 
    54 
    54 private:
    55 private:
    55     QScopedPointer<AncestorMoveMonitor> m_ancestorMoveMonitor;
    56     QScopedPointer<AncestorMoveMonitor> m_ancestorMoveMonitor;
       
    57     QScopedPointer<EffectFactory>       m_effectFactory;
    56 
    58 
    57 };
    59 };
    58 }
    60 }
    59 }
    61 }
    60 
    62