QmlProfiler: Make QmlEvent Q_MOVABLE_TYPE

Change-Id: I7a6e9909e537f1bb0bf8dcecb6c85012bac4d1e8
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-05-04 18:51:08 +02:00
parent d02919d850
commit 21caa59292

View File

@@ -294,3 +294,7 @@ private:
};
} // namespace QmlProfiler
QT_BEGIN_NAMESPACE
Q_DECLARE_TYPEINFO(QmlProfiler::QmlEvent, Q_MOVABLE_TYPE);
QT_END_NAMESPACE