Fixup a few minor errors in the previous commit
authorLars Knoll <lars.knoll@nokia.com>
Thu, 8 Sep 2011 19:43:36 +0000 (21:43 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Thu, 8 Sep 2011 19:45:29 +0000 (21:45 +0200)
commit2cdd7886bf424a4986cfa1e08462cf9689c4c3d3
tree6916063370571e78812c25bc078b2f3c7c1ee846
parent8be11227100498d7098eb7f39bbbe1e7ac6b01cf
Fixup a few minor errors in the previous commit

Methods need to be Q_INVOKABLE to be able to call
them with QMetaObject::invokeMethod(). Also use the
correct return type.
This makes the IBUS input context work again.

Change-Id: If7ed6dd8fb99f3363c4ecebb98f889ed9eeeff00
Reviewed-on: http://codereview.qt-project.org/4486
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/plugins/platforminputcontexts/ibus/qibusplatforminputcontext.h
src/plugins/platforms/xcb/qxcbintegration.cpp
src/plugins/platforms/xcb/qxcbkeyboard.cpp