Remove QInputContext
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>
Wed, 1 Feb 2012 07:43:18 +0000 (09:43 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 3 Feb 2012 10:01:34 +0000 (11:01 +0100)
commitc802a5d272cde1f18a8debfb50b02ab1c682c2fc
tree995138a95baa7a285d5912f6bd9fe8c24f38a405
parent0160f58d4ba5efd3beacaca3ce122554a90f1eb4
Remove QInputContext

This has only been around as compatibility interface for Qt4
but is now replaced by QPlatformInputContext.

Change-Id: I677dbbea46311bf39f6c5ca9dc3fb5009abe924a
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
16 files changed:
dist/changes-5.0.0
doc/src/examples/inputpanel.qdoc [deleted file]
src/gui/kernel/qevent.cpp
src/tools/uic/qclass_lib_map.h
src/widgets/graphicsview/qgraphicsitem.cpp
src/widgets/kernel/kernel.pri
src/widgets/kernel/qapplication.cpp
src/widgets/kernel/qapplication.h
src/widgets/kernel/qapplication_p.h
src/widgets/kernel/qapplication_qpa.cpp
src/widgets/kernel/qinputcontext.cpp [deleted file]
src/widgets/kernel/qinputcontext.h [deleted file]
src/widgets/kernel/qwidget.cpp
src/widgets/kernel/qwidget.h
src/widgets/styles/qstyle.cpp
tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp