From 0c8f471c967f05171aac92376378891e7f82856e Mon Sep 17 00:00:00 2001 From: Joona Petrell Date: Mon, 21 Nov 2011 16:17:50 +0200 Subject: Remove handlesInputPanelVisibility() deprecation mechanism Task-number: QTBUG-21964 Change-Id: I508ba690c90369d31ca33390d3001064857fb62e Reviewed-by: Pekka Vuorela Reviewed-by: Lars Knoll --- src/gui/kernel/qplatforminputcontext_qpa.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gui/kernel/qplatforminputcontext_qpa.cpp') diff --git a/src/gui/kernel/qplatforminputcontext_qpa.cpp b/src/gui/kernel/qplatforminputcontext_qpa.cpp index 21f1219742..bc0bcf8f4f 100644 --- a/src/gui/kernel/qplatforminputcontext_qpa.cpp +++ b/src/gui/kernel/qplatforminputcontext_qpa.cpp @@ -207,10 +207,4 @@ void QPlatformInputContext::emitInputPanelVisibleChanged() emit qApp->inputPanel()->visibleChanged(); } -// temporary function added to retain compatibility to old functionality, will be deprecated -bool QPlatformInputContext::handlesInputPanelVisibility() const -{ - return false; -} - QT_END_NAMESPACE -- cgit v1.2.3