From 70bc7f8b32cbec135c398cff689cc6cc5f86b7a2 Mon Sep 17 00:00:00 2001 From: Kim Motoyoshi Kalland Date: Thu, 30 Aug 2012 15:08:52 +0200 Subject: Doc: Add documentation for deprecated function. Change-Id: If1e76e4ac7f1da5f0362a7774b3341a4fedb31b0 Reviewed-by: Frederik Gladhorn --- src/gui/kernel/qinputmethod.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/gui/kernel/qinputmethod.cpp b/src/gui/kernel/qinputmethod.cpp index 87b94b0615..c8d143c70c 100644 --- a/src/gui/kernel/qinputmethod.cpp +++ b/src/gui/kernel/qinputmethod.cpp @@ -203,6 +203,13 @@ void QInputMethod::hide() ic->hideInputPanel(); } +/*! + \fn bool QInputMethod::visible() const + \obsolete + + Use isVisible() instead. +*/ + /*! \property QInputMethod::visible \brief Virtual keyboard's visibility on the screen -- cgit v1.2.3