Fixed qtmultimedia imports -qtnamespace issues.
Change-Id: Ie7896faf92b3cc5fdf2b6dbe885913c2669e6e36 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
f2237b2e66
commit
cc61a0a8c7
@@ -57,6 +57,8 @@
|
||||
//#define DEBUG_VIDEOITEM
|
||||
Q_DECLARE_METATYPE(QAbstractVideoSurface*)
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QSGVideoItemSurface : public QAbstractVideoSurface
|
||||
{
|
||||
public:
|
||||
@@ -382,3 +384,5 @@ QSGNode *QDeclarativeVideoOutput::updatePaintNode(QSGNode *oldNode, UpdatePaintN
|
||||
videoNode->setCurrentFrame(m_frame);
|
||||
return videoNode;
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user