summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/qvector4d.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-21 06:00:08 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-21 06:00:08 (GMT)
commitf11fc8f62558543dac1eca9d52a4801196c55221 (patch)
treee7236141e946dae9cc791a240896c640999d6fd7 /src/gui/math3d/qvector4d.h
parentd63d0c10c0eeef0d2f93f3d0b197e09399087b00 (diff)
parent95c116a562c6d488caf5f2222af3c261c304587f (diff)
downloadQt-f11fc8f62558543dac1eca9d52a4801196c55221.zip
Qt-f11fc8f62558543dac1eca9d52a4801196c55221.tar.gz
Qt-f11fc8f62558543dac1eca9d52a4801196c55221.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-backend
Diffstat (limited to 'src/gui/math3d/qvector4d.h')
-rw-r--r--src/gui/math3d/qvector4d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/math3d/qvector4d.h b/src/gui/math3d/qvector4d.h
index 42db45b..69ccd30 100644
--- a/src/gui/math3d/qvector4d.h
+++ b/src/gui/math3d/qvector4d.h
@@ -124,6 +124,8 @@ public:
QPoint toPoint() const;
QPointF toPointF() const;
+ operator QVariant() const;
+
private:
float xp, yp, zp, wp;