summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-08-25 01:22:16 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-08-25 01:22:16 (GMT)
commitf69d8805291ee46856b21d9091693cdc139765b8 (patch)
tree3fa2fcea43539d20a1c373444b5ba57dbc987c08 /src/declarative/fx/qfxitem.h
parent5a52ae5e95867b420c647082573290a9e2596bdd (diff)
downloadQt-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.h5
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)
};