summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetranslate_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-26 07:02:53 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-26 07:02:53 (GMT)
commitb8952aef84c78949959728674db39eafb19efee7 (patch)
treea258b882059cf7e749e447e230a56e7a8e17c55d /src/declarative/graphicsitems/qdeclarativetranslate_p.h
parent56309fe1461c4ea3ca654e535a525165c28a0f12 (diff)
downloadQt-b8952aef84c78949959728674db39eafb19efee7.zip
Qt-b8952aef84c78949959728674db39eafb19efee7.tar.gz
Qt-b8952aef84c78949959728674db39eafb19efee7.tar.bz2
Test and fix order of transform application.
Remove Translate.z since Qt cannot sensibly support it yet.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetranslate_p.h')
-rw-r--r--src/declarative/graphicsitems/qdeclarativetranslate_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetranslate_p.h b/src/declarative/graphicsitems/qdeclarativetranslate_p.h
index 54bfc3d..1371f71 100644
--- a/src/declarative/graphicsitems/qdeclarativetranslate_p.h
+++ b/src/declarative/graphicsitems/qdeclarativetranslate_p.h
@@ -58,7 +58,6 @@ class Q_GUI_EXPORT QDeclarativeTranslate : public QGraphicsTransform
Q_PROPERTY(qreal x READ x WRITE setX NOTIFY positionChanged)
Q_PROPERTY(qreal y READ y WRITE setY NOTIFY positionChanged)
- Q_PROPERTY(qreal z READ z WRITE setZ NOTIFY positionChanged)
public:
QDeclarativeTranslate(QObject *parent = 0);
@@ -70,9 +69,6 @@ public:
qreal y() const;
void setY(qreal);
- qreal z() const;
- void setZ(qreal);
-
void applyTo(QMatrix4x4 *matrix) const;
Q_SIGNALS: