diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 00:09:33 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 00:09:33 (GMT) |
commit | 8d9690cca4a13d4951b3d303eb57dbe4e25ce21c (patch) | |
tree | 29e53f5d03792cd87cbe1cf566a14cc74db010b0 /src/declarative/fx/qfxitem.cpp | |
parent | 0ce2bedf9b5da9d480b994a9b812c37d1f5caa39 (diff) | |
download | Qt-8d9690cca4a13d4951b3d303eb57dbe4e25ce21c.zip Qt-8d9690cca4a13d4951b3d303eb57dbe4e25ce21c.tar.gz Qt-8d9690cca4a13d4951b3d303eb57dbe4e25ce21c.tar.bz2 |
More QFxItem cleanup.
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index 709a243..46bef3c 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -1201,12 +1201,6 @@ void QFxItem::setBaselineOffset(qreal offset) \endtable */ -/*! \fn void QFxItem::rotationChanged() - This signal is emitted when the rotation property is changed. - - \sa setRotation() - */ - /*! \qmlproperty real Item::scale This property holds the scale of the item. @@ -1808,16 +1802,6 @@ bool QFxItem::heightValid() const return d->heightValid; } -QFxItem *QFxItem::mouseGrabberItem() const -{ - QGraphicsScene *s = scene(); - if (s) { - QGraphicsItem *item = s->mouseGrabberItem(); - return static_cast<QFxItem*>(item); // ### - } - return 0; -} - /*! \qmlproperty bool Item::focus This property indicates whether the item has has an active focus request. Set this |