summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qinputmethod.cpp
diff options
context:
space:
mode:
authorPekka Vuorela <pvuorela@iki.fi>2012-09-04 16:20:01 +0300
committerQt by Nokia <qt-info@nokia.com>2012-09-14 11:18:07 +0200
commit9a8881fd59f0743195c9de3eb27b7e7cfc771c7f (patch)
treeb9c5dce81183b89e09f24a3b5c71c1b311bfe759 /src/gui/kernel/qinputmethod.cpp
parentd580eb2390758291253b17e5478a68766eedcb12 (diff)
Remove deprecated QInputMethod::visible()
Replaced with isVisible() Change-Id: Id47683954e89c53e73fc5171977609de7f1b4245 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/kernel/qinputmethod.cpp')
-rw-r--r--src/gui/kernel/qinputmethod.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/kernel/qinputmethod.cpp b/src/gui/kernel/qinputmethod.cpp
index da7d866885..5461c6daf7 100644
--- a/src/gui/kernel/qinputmethod.cpp
+++ b/src/gui/kernel/qinputmethod.cpp
@@ -169,13 +169,6 @@ void QInputMethod::hide()
}
/*!
- \fn bool QInputMethod::visible() const
- \obsolete
-
- Use isVisible() instead.
-*/
-
-/*!
\property QInputMethod::visible
\brief Virtual keyboard's visibility on the screen