diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-24 01:47:38 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-24 01:47:38 (GMT) |
commit | 4001e0caa232f4c0624c28710c954e78264f4d7d (patch) | |
tree | 033c714d05a39f9e0d6a3a1f076a64677bbc4140 /src/declarative/fx/qfxitem.h | |
parent | cba3400738cb2c973b6ec20ba78932c893f3b7ce (diff) | |
download | Qt-4001e0caa232f4c0624c28710c954e78264f4d7d.zip Qt-4001e0caa232f4c0624c28710c954e78264f4d7d.tar.gz Qt-4001e0caa232f4c0624c28710c954e78264f4d7d.tar.bz2 |
Documentation fixes.
Reduce the number of warnings from qdoc. \todo's have been made into
tasks instead.
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index d3b9899..c47a1e1 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -113,7 +113,6 @@ class Q_DECLARATIVE_EXPORT QFxItem : public QSimpleCanvasItem, public QmlParserS Q_PROPERTY(QString state READ state WRITE setState NOTIFY stateChanged) Q_PROPERTY(QString qml READ qml WRITE setQml NOTIFY qmlChanged) Q_PROPERTY(QFxItem *qmlItem READ qmlItem NOTIFY qmlChanged) - Q_PROPERTY(QFxItem *clipToItem READ clipToItem WRITE setClipToItem) Q_PROPERTY(qreal x READ x WRITE setX NOTIFY leftChanged) Q_PROPERTY(qreal y READ y WRITE setY NOTIFY topChanged) Q_PROPERTY(qreal z READ z WRITE setZ) @@ -174,9 +173,6 @@ public: QString qml() const; void setQml(const QString &); - QFxItem *clipToItem() const; - void setClipToItem(QFxItem *i); - bool flipVertically() const; void setFlipVertically(bool); bool flipHorizontally() const; |