summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2012-01-02 17:42:00 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-05 11:40:08 +0100
commit8ad583b7f9cd4ab450e636bc2c0626975397aa86 (patch)
treecccc38e417a7e9ffb1f0020456078d6d114b5c7f /dist
parentad22c0c7cff332a77ea527c21e39490c8917b68e (diff)
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>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 71aa52c79f..436b99f612 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -191,8 +191,8 @@ QtGui
QtWidgets
---------
-* QWidget::setInputContext() is removed. Input contexts are now platform
- specific.
+* QWidget::setInputContext() and QApplication::setInputContext() are removed.
+ Input contexts are now platform specific.
QtNetwork
---------