diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-08-25 01:22:16 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-08-25 01:22:16 (GMT) |
commit | f69d8805291ee46856b21d9091693cdc139765b8 (patch) | |
tree | 3fa2fcea43539d20a1c373444b5ba57dbc987c08 /src/declarative/fx/qfxitem.h | |
parent | 5a52ae5e95867b420c647082573290a9e2596bdd (diff) | |
download | Qt-f69d8805291ee46856b21d9091693cdc139765b8.zip Qt-f69d8805291ee46856b21d9091693cdc139765b8.tar.gz Qt-f69d8805291ee46856b21d9091693cdc139765b8.tar.bz2 |
Implement QFxKeyNavigationAttached class
Documentation is missing until we fix up focus behaviour
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index 222677c..cb2d97a 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -63,7 +63,6 @@ class QmlTransition; class QFxKeyEvent; class QFxAnchors; class QFxItemPrivate; -class QFxKeysAttached; class Q_DECLARATIVE_EXPORT QFxItem : public QGraphicsObject, public QmlParserStatus { Q_OBJECT @@ -197,12 +196,8 @@ private: QFxAnchorLine verticalCenter() const; QFxAnchorLine baseline() const; - QFxKeysAttached *keyHandler(); - void setKeyHandler(QFxKeysAttached *); - friend class QmlStatePrivate; friend class QFxAnchors; - friend class QFxKeysAttached; Q_DISABLE_COPY(QFxItem) Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxItem) }; |