From 3d71266fea91628d28ae4e55cd105a0bd5d8b457 Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Fri, 23 Sep 2011 15:28:19 +0300 Subject: Remove support for QWidget specific input contexts QInputContext is migrated to QInputPanel, which allows only one instance. Change-Id: I4912164790d5a6bdff41e11cbe4bc4e2f9f111ec Reviewed-on: http://codereview.qt-project.org/5641 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- src/widgets/kernel/qwidget.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets/kernel/qwidget.h') diff --git a/src/widgets/kernel/qwidget.h b/src/widgets/kernel/qwidget.h index 3db0408bbd..365d995b4f 100644 --- a/src/widgets/kernel/qwidget.h +++ b/src/widgets/kernel/qwidget.h @@ -616,7 +616,6 @@ public: void ensurePolished() const; QInputContext *inputContext(); - void setInputContext(QInputContext *); bool isAncestorOf(const QWidget *child) const; -- cgit v1.2.3