changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
--- a/src/gui/math3d/qvector2d.h Wed Jun 23 19:07:03 2010 +0300 +++ b/src/gui/math3d/qvector2d.h Tue Jul 06 15:10:48 2010 +0300 @@ -126,6 +126,8 @@ friend class QVector4D; }; +Q_DECLARE_TYPEINFO(QVector2D, Q_MOVABLE_TYPE); + inline QVector2D::QVector2D() : xp(0.0f), yp(0.0f) {} inline QVector2D::QVector2D(float xpos, float ypos, int) : xp(xpos), yp(ypos) {}