summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxkeyproxy.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-15 06:19:31 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-15 06:19:31 (GMT)
commitd333d8a813460ae884e3d6a2d2def290cd5fea39 (patch)
treea8f2978f9c4c45bfe3735af6be58aeb94cbdb9fb /src/declarative/fx/qfxkeyproxy.h
parent11ec67108d56dc29631ddbd90be840021d83f6c1 (diff)
downloadQt-d333d8a813460ae884e3d6a2d2def290cd5fea39.zip
Qt-d333d8a813460ae884e3d6a2d2def290cd5fea39.tar.gz
Qt-d333d8a813460ae884e3d6a2d2def290cd5fea39.tar.bz2
Support input method proxying in KeyProxy. KeyProxy cleanup.
Diffstat (limited to 'src/declarative/fx/qfxkeyproxy.h')
-rw-r--r--src/declarative/fx/qfxkeyproxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxkeyproxy.h b/src/declarative/fx/qfxkeyproxy.h
index d075295..8bcdc26 100644
--- a/src/declarative/fx/qfxkeyproxy.h
+++ b/src/declarative/fx/qfxkeyproxy.h
@@ -64,6 +64,7 @@ public:
protected:
virtual void keyPressEvent(QKeyEvent *);
virtual void keyReleaseEvent(QKeyEvent *);
+ virtual void inputMethodEvent(QInputMethodEvent *);
private:
Q_DISABLE_COPY(QFxKeyProxy)