Get rid of unused inputMethodQuery and inputMethodEvent functions in QQuickCanvas
authorJoona Petrell <joona.t.petrell@nokia.com>
Fri, 18 Nov 2011 11:19:09 +0000 (13:19 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 24 Nov 2011 09:33:29 +0000 (10:33 +0100)
commit5aad0f5da641d778958a4127f33cbd9943e6a6c5
tree2a4f83a9df6235e95f193891b4f32478fda7119f
parent296951a630d932f0834d26efb8912dc04cf79823
Get rid of unused inputMethodQuery and inputMethodEvent functions in QQuickCanvas

* in Qt5 input method events and queries are meant to be sent directly to
  QInputPanel::inputItem() instead of the focused QWindow
* protected inputMethodEvent was actually never called by QWindow::event()
  like it called other specialized event functions

Change-Id: I68cced106808098c320841d6a17a0cc170a8369f
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/declarative/items/qquickcanvas.cpp
src/declarative/items/qquickcanvas.h
tests/auto/declarative/qquicktextedit/tst_qquicktextedit.cpp
tests/auto/declarative/qquicktextinput/tst_qquicktextinput.cpp