src/gui/math3d/qvector3d.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/gui/math3d/qvector3d.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/math3d/qvector3d.h	Tue Jul 06 15:10:48 2010 +0300
@@ -141,6 +141,8 @@
 #endif
 };
 
+Q_DECLARE_TYPEINFO(QVector3D, Q_MOVABLE_TYPE);
+
 inline QVector3D::QVector3D() : xp(0.0f), yp(0.0f), zp(0.0f) {}
 
 inline QVector3D::QVector3D(qreal xpos, qreal ypos, qreal zpos) : xp(xpos), yp(ypos), zp(zpos) {}