Added qRegisterMetatype for QVideoSurfaceFormat.
Change-Id: I7dbae1dde2f24db89479dcb23ef6fc5e29377f25 Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
@@ -49,6 +49,19 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
namespace
|
||||
{
|
||||
class QVideoSurfaceFormatPrivateRegisterMetaTypes
|
||||
{
|
||||
public:
|
||||
QVideoSurfaceFormatPrivateRegisterMetaTypes()
|
||||
{
|
||||
qRegisterMetaType<QVideoSurfaceFormat>();
|
||||
}
|
||||
} _registerMetaTypes;
|
||||
}
|
||||
|
||||
|
||||
class QVideoSurfaceFormatPrivate : public QSharedData
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user