add QInputMethodQueryEvent
authorLars Knoll <lars.knoll@nokia.com>
Tue, 21 Jun 2011 14:45:00 +0000 (16:45 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Wed, 22 Jun 2011 08:46:12 +0000 (10:46 +0200)
commit407a6fe79824b722dbc1224a1be29d26b8fdb729
treecd7f4b4c638c6f4a168cf00ab83c26821b41ffe1
parent4363d836f6a2b245e8e12d1e5eb08db791e95fce
add QInputMethodQueryEvent

QInputMethodQueryEvent will replace the old
inputMethodHints() and inputMethodQuery() APIs
in QWidget. It has the advantage that it works
nicely with any kind of QObject.
src/corelib/global/qnamespace.h
src/corelib/kernel/qcoreevent.h
src/gui/kernel/qevent.cpp
src/gui/kernel/qevent.h
src/widgets/kernel/qwidget.cpp