summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/qvector3d.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-15 14:15:56 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-02-15 14:15:56 (GMT)
commit925c41f2a1c38d958de3844785bcc8c83ff74004 (patch)
tree259c58feef38e07c1261d2a38ec4a3916d6f3f83 /src/gui/math3d/qvector3d.h
parent3a205ce73d4f87ad499b09cc7a7eb43c61c26cf9 (diff)
parent8197e5fae939c264220666162fe9ecb624e47bef (diff)
downloadQt-925c41f2a1c38d958de3844785bcc8c83ff74004.zip
Qt-925c41f2a1c38d958de3844785bcc8c83ff74004.tar.gz
Qt-925c41f2a1c38d958de3844785bcc8c83ff74004.tar.bz2
Merge branch 'qstatictext-4.7' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into qstatictext-4.7
Diffstat (limited to 'src/gui/math3d/qvector3d.h')
-rw-r--r--src/gui/math3d/qvector3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/math3d/qvector3d.h b/src/gui/math3d/qvector3d.h
index 80c7152..2fdd1d3 100644
--- a/src/gui/math3d/qvector3d.h
+++ b/src/gui/math3d/qvector3d.h
@@ -141,6 +141,8 @@ private:
#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) {}