Added qRegisterMetatype for QVideoSurfaceFormat.

Change-Id: I7dbae1dde2f24db89479dcb23ef6fc5e29377f25
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Jonas Rabbe
2011-11-08 13:32:14 +10:00
committed by Qt by Nokia
parent fbac3a0647
commit 0a95ccb8f4

View File

@@ -49,6 +49,19 @@
QT_BEGIN_NAMESPACE
namespace
{
class QVideoSurfaceFormatPrivateRegisterMetaTypes
{
public:
QVideoSurfaceFormatPrivateRegisterMetaTypes()
{
qRegisterMetaType<QVideoSurfaceFormat>();
}
} _registerMetaTypes;
}
class QVideoSurfaceFormatPrivate : public QSharedData
{
public: