src/gui/math3d/qvector3d.h
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/src/gui/math3d/qvector3d.h	Mon Jun 21 22:38:13 2010 +0100
+++ b/src/gui/math3d/qvector3d.h	Thu Jul 22 16:41:55 2010 +0100
@@ -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) {}