equal
deleted
inserted
replaced
17 */ |
17 */ |
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" |
|
23 |
22 #include <Phonon/MediaSource> |
24 #include <Phonon/MediaSource> |
23 #include <Phonon/BackendInterface> |
25 #include <Phonon/BackendInterface> |
|
26 #include <QScopedPointer> |
24 |
27 |
25 QT_BEGIN_NAMESPACE |
28 QT_BEGIN_NAMESPACE |
26 |
29 |
27 namespace Phonon |
30 namespace Phonon |
28 { |
31 { |
45 virtual bool endConnectionChange(QSet<QObject *>); |
48 virtual bool endConnectionChange(QSet<QObject *>); |
46 virtual QStringList availableMimeTypes() const; |
49 virtual QStringList availableMimeTypes() const; |
47 |
50 |
48 Q_SIGNALS: |
51 Q_SIGNALS: |
49 void objectDescriptionChanged(ObjectDescriptionType); |
52 void objectDescriptionChanged(ObjectDescriptionType); |
|
53 |
|
54 private: |
|
55 QScopedPointer<AncestorMoveMonitor> m_ancestorMoveMonitor; |
|
56 |
50 }; |
57 }; |
51 } |
58 } |
52 } |
59 } |
53 |
60 |
54 QT_END_NAMESPACE |
61 QT_END_NAMESPACE |