Removed QApplication::setInputContext()
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>
Mon, 2 Jan 2012 15:42:00 +0000 (17:42 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jan 2012 10:40:08 +0000 (11:40 +0100)
commit8ad583b7f9cd4ab450e636bc2c0626975397aa86
treecccc38e417a7e9ffb1f0020456078d6d114b5c7f
parentad22c0c7cff332a77ea527c21e39490c8917b68e
Removed QApplication::setInputContext()

Obsoleted by platform input context. Setting a custom QInputContext
wouldn't work properly anymore.

Change-Id: I966573a82fdd7530544878513a655eae7b3ad67b
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
17 files changed:
dist/changes-5.0.0
examples/tools/inputpanel/inputpanel.desktop [deleted file]
examples/tools/inputpanel/inputpanel.pro [deleted file]
examples/tools/inputpanel/main.cpp [deleted file]
examples/tools/inputpanel/mainform.ui [deleted file]
examples/tools/inputpanel/myinputpanel.cpp [deleted file]
examples/tools/inputpanel/myinputpanel.h [deleted file]
examples/tools/inputpanel/myinputpanelcontext.cpp [deleted file]
examples/tools/inputpanel/myinputpanelcontext.h [deleted file]
examples/tools/inputpanel/myinputpanelform.ui [deleted file]
examples/tools/tools.pro
src/widgets/kernel/qapplication.cpp
src/widgets/kernel/qapplication.h
src/widgets/kernel/qapplication_p.h
src/widgets/kernel/qapplication_qpa.cpp
tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp