forked from qt-creator/qt-creator
QmlProfiler: Make QmlEvent Q_MOVABLE_TYPE
Change-Id: I7a6e9909e537f1bb0bf8dcecb6c85012bac4d1e8 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -294,3 +294,7 @@ private:
|
||||
};
|
||||
|
||||
} // namespace QmlProfiler
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
Q_DECLARE_TYPEINFO(QmlProfiler::QmlEvent, Q_MOVABLE_TYPE);
|
||||
QT_END_NAMESPACE
|
||||
|
Reference in New Issue
Block a user