diff options
| author | Kim Motoyoshi Kalland <[email protected]> | 2012-08-30 15:08:52 +0200 |
|---|---|---|
| committer | Qt by Nokia <[email protected]> | 2012-08-31 21:23:38 +0200 |
| commit | 70bc7f8b32cbec135c398cff689cc6cc5f86b7a2 (patch) | |
| tree | c97e3b9d0eedf4aca2b254e1c1a80203f66d7abc /src/gui/kernel/qinputmethod.cpp | |
| parent | 49c8a285639ff6bacc50ce2b2217b411a50f4cc3 (diff) | |
Doc: Add documentation for deprecated function.
Change-Id: If1e76e4ac7f1da5f0362a7774b3341a4fedb31b0
Reviewed-by: Frederik Gladhorn <[email protected]>
Diffstat (limited to 'src/gui/kernel/qinputmethod.cpp')
| -rw-r--r-- | src/gui/kernel/qinputmethod.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/kernel/qinputmethod.cpp b/src/gui/kernel/qinputmethod.cpp index 87b94b06150..c8d143c70cc 100644 --- a/src/gui/kernel/qinputmethod.cpp +++ b/src/gui/kernel/qinputmethod.cpp @@ -204,6 +204,13 @@ void QInputMethod::hide() } /*! + \fn bool QInputMethod::visible() const + \obsolete + + Use isVisible() instead. +*/ + +/*! \property QInputMethod::visible \brief Virtual keyboard's visibility on the screen |
