equal
deleted
inserted
replaced
43 #ifndef QT7SERVICEPLUGIN_H |
43 #ifndef QT7SERVICEPLUGIN_H |
44 #define QT7SERVICEPLUGIN_H |
44 #define QT7SERVICEPLUGIN_H |
45 |
45 |
46 #include <qmediaserviceproviderplugin.h> |
46 #include <qmediaserviceproviderplugin.h> |
47 |
47 |
48 QTM_BEGIN_NAMESPACE |
48 QT_BEGIN_NAMESPACE |
49 |
49 |
50 class QT7ServicePlugin : public QMediaServiceProviderPlugin |
50 class QT7ServicePlugin : public QMediaServiceProviderPlugin |
51 { |
51 { |
52 public: |
52 public: |
53 QStringList keys() const; |
53 QStringList keys() const; |
54 QMediaService* create(QString const& key); |
54 QMediaService* create(QString const& key); |
55 void release(QMediaService *service); |
55 void release(QMediaService *service); |
56 }; |
56 }; |
57 |
57 |
58 QTM_END_NAMESPACE |
58 QT_END_NAMESPACE |
59 |
59 |
60 #endif // QGSTREAMERSERVICEPLUGIN_H |
60 #endif // QGSTREAMERSERVICEPLUGIN_H |