diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-08-12 01:31:25 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-08-12 01:31:25 (GMT) |
commit | 6fc7ce61ba1b623421ca3ca8ee2315746be0a37b (patch) | |
tree | 6ea9c57eaca6996a2e842604b50df1b224941c96 /src/declarative/fx/fx.pri | |
parent | 14466ace2ffe1b6707b1120ab76d0baa49635007 (diff) | |
download | Qt-6fc7ce61ba1b623421ca3ca8ee2315746be0a37b.zip Qt-6fc7ce61ba1b623421ca3ca8ee2315746be0a37b.tar.gz Qt-6fc7ce61ba1b623421ca3ca8ee2315746be0a37b.tar.bz2 |
Change key handling to use a Keys attached property.
Replaces KeyAction, allowing focus to be set on the actual item
that wants focus, rather than a separate handler item.
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri index a6c5281..d2b97d6 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -15,7 +15,6 @@ HEADERS += \ fx/qfxitem.h \ fx/qfxitem_p.h \ fx/qfxfocusscope.h \ - fx/qfxkeyactions.h \ fx/qfxkeyproxy.h \ fx/qfxlayouts.h \ fx/qfxlayouts_p.h \ @@ -55,7 +54,6 @@ SOURCES += \ fx/qfxpainteditem.cpp \ fx/qfxitem.cpp \ fx/qfxfocusscope.cpp \ - fx/qfxkeyactions.cpp \ fx/qfxkeyproxy.cpp \ fx/qfxlayouts.cpp \ fx/qfxloader.cpp \ |