summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.h
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-09-23 12:13:39 +0300
committerQt by Nokia <qt-info@nokia.com>2011-09-28 03:18:03 +0200
commit3b6bb13e6a197bb4ba85b397ae9d2b8c659d6b26 (patch)
treeb363444987dce3d2f74af1d3fc765366e04c954b /src/widgets/kernel/qwidget.h
parent36850d5cecd37d00d296428739a9e01f00228421 (diff)
Removed obsolete QWidget::resetInputContext()
Replaced functionality with new QInputPanel interface. Change-Id: I5543f725724b2b208dcf18366712a18b665439b2 Reviewed-on: http://codereview.qt-project.org/5630 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/widgets/kernel/qwidget.h')
-rw-r--r--src/widgets/kernel/qwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/kernel/qwidget.h b/src/widgets/kernel/qwidget.h
index 65d5f4701c..91f09db449 100644
--- a/src/widgets/kernel/qwidget.h
+++ b/src/widgets/kernel/qwidget.h
@@ -714,8 +714,6 @@ public:
Qt::InputMethodHints inputMethodHints() const;
void setInputMethodHints(Qt::InputMethodHints hints);
-protected:
- void resetInputContext();
protected Q_SLOTS:
void updateMicroFocus();
protected: