From c802a5d272cde1f18a8debfb50b02ab1c682c2fc Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Wed, 1 Feb 2012 09:43:18 +0200 Subject: 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 Reviewed-by: Robin Burchell Reviewed-by: Lars Knoll --- dist/changes-5.0.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index d5e24c158e..8e1f6e3575 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -264,7 +264,7 @@ QtGui QtWidgets --------- -* QWidget::setInputContext() and QApplication::setInputContext() are removed. +* QInputContext removed as well as related getters and setters on QWidget and QApplication. Input contexts are now platform specific. * QInputDialog::getInteger() has been obsoleted. Use QInputDialog::getInt() instead. -- cgit v1.2.3