equal
deleted
inserted
replaced
62 #include <QtNetwork/qnetworkrequest.h> |
62 #include <QtNetwork/qnetworkrequest.h> |
63 |
63 |
64 #include <QtMultimedia/qabstractvideosurface.h> |
64 #include <QtMultimedia/qabstractvideosurface.h> |
65 #include <QtMultimedia/qvideosurfaceformat.h> |
65 #include <QtMultimedia/qvideosurfaceformat.h> |
66 |
66 |
67 QTM_BEGIN_NAMESPACE |
67 QT_BEGIN_NAMESPACE |
68 |
68 |
69 class QMediaImageViewerServicePrivate : public QMediaServicePrivate |
69 class QMediaImageViewerServicePrivate : public QMediaServicePrivate |
70 { |
70 { |
71 public: |
71 public: |
72 QMediaImageViewerServicePrivate() |
72 QMediaImageViewerServicePrivate() |
466 } |
466 } |
467 } |
467 } |
468 |
468 |
469 |
469 |
470 #include "moc_qmediaimageviewerservice_p.cpp" |
470 #include "moc_qmediaimageviewerservice_p.cpp" |
471 QTM_END_NAMESPACE |
471 QT_END_NAMESPACE |
472 |
472 |