Fixed QtMultimedia core namespace compilation.
Change-Id: Ie276a7766bd26f3e49b2bc9c1a28ec96f1e3e4b0 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b05819f939
commit
581564c990
@@ -52,7 +52,6 @@ class QMediaMetaData;
|
||||
class QMediaPlayerControl;
|
||||
class QMediaPlaylist;
|
||||
class QMediaPlaylistNavigator;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class QGstreamerMetaData;
|
||||
class QGstreamerPlayerControl;
|
||||
@@ -63,8 +62,6 @@ class QGstreamerVideoRenderer;
|
||||
class QGstreamerVideoOverlay;
|
||||
class QGstreamerVideoWidgetControl;
|
||||
|
||||
QT_USE_NAMESPACE
|
||||
|
||||
class QGstreamerPlayerService : public QMediaService
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -87,4 +84,6 @@ private:
|
||||
QMediaControl *m_videoWidget;
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user