summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsitem.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-11-03 06:20:41 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-11-03 06:20:41 (GMT)
commit6f033b6a46ae5cf3dcfed9a2e17182ae58108a00 (patch)
treeab1dc52c6cc5534a35dbb70362caaa14737c7c9b /src/declarative/graphicsitems/qmlgraphicsitem.cpp
parentea926d74dff5ce9fe2cfff1c27581a24e0976fd2 (diff)
downloadQt-6f033b6a46ae5cf3dcfed9a2e17182ae58108a00.zip
Qt-6f033b6a46ae5cf3dcfed9a2e17182ae58108a00.tar.gz
Qt-6f033b6a46ae5cf3dcfed9a2e17182ae58108a00.tar.bz2
Declare typeinfo for key navigation.
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicsitem.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicsitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsitem.cpp b/src/declarative/graphicsitems/qmlgraphicsitem.cpp
index 0e741c4..5083f43 100644
--- a/src/declarative/graphicsitems/qmlgraphicsitem.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicsitem.cpp
@@ -2918,5 +2918,5 @@ QML_DECLARE_TYPE(QmlGraphicsKeysAttached)
QML_DECLARE_TYPEINFO(QmlGraphicsKeysAttached, QML_HAS_ATTACHED_PROPERTIES)
QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Keys,QmlGraphicsKeysAttached)
QML_DECLARE_TYPE(QmlGraphicsKeyNavigationAttached)
+QML_DECLARE_TYPEINFO(QmlGraphicsKeyNavigationAttached, QML_HAS_ATTACHED_PROPERTIES)
QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,KeyNavigation,QmlGraphicsKeyNavigationAttached)
-