summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-13 05:36:04 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-13 05:36:04 (GMT)
commit5731119be208ffb7d2967746cea2df54424b7885 (patch)
treec70f8095c9af5f93b796d8ef87312a0dc6d85313 /src/declarative
parentefe66141d535d1741f302efff9248db726cd66b1 (diff)
downloadQt-5731119be208ffb7d2967746cea2df54424b7885.zip
Qt-5731119be208ffb7d2967746cea2df54424b7885.tar.gz
Qt-5731119be208ffb7d2967746cea2df54424b7885.tar.bz2
QGraphicsRotation3D has been merged into QGraphicsRotation.
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/fx/qfxitem.cpp1
-rw-r--r--src/declarative/fx/qfxitem.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp
index c68d0da..aba6bf1 100644
--- a/src/declarative/fx/qfxitem.cpp
+++ b/src/declarative/fx/qfxitem.cpp
@@ -75,7 +75,6 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Item,QFxItem)
QML_DEFINE_NOCREATE_TYPE(QGraphicsTransform);
QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Scale,QGraphicsScale)
QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Rotation,QGraphicsRotation)
-QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Rotation3D,QGraphicsRotation3D)
/*!
\group group_animation
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h
index 6c317f7..f005d89 100644
--- a/src/declarative/fx/qfxitem.h
+++ b/src/declarative/fx/qfxitem.h
@@ -262,7 +262,6 @@ QML_DECLARE_TYPE(QFxItem)
QML_DECLARE_TYPE(QGraphicsTransform)
QML_DECLARE_TYPE(QGraphicsScale)
QML_DECLARE_TYPE(QGraphicsRotation)
-QML_DECLARE_TYPE(QGraphicsRotation3D)
QT_END_HEADER