summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorPekka Vuorela <pvuorela@iki.fi>2013-01-10 20:14:26 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-11 09:40:24 +0100
commit866a035f6e097aac4bf8d564591ce8afbb45e33c (patch)
tree68b7ec7c1c5e8ce8be6501e7949481471c59de9f /src/corelib
parentc95b0982d5466069de3ac491ce3cbf9337060e3d (diff)
Fix accidental obsolation of Qt::InputMethodQuery
\obsolete for one value was marking the whole enum obsolete. Change-Id: If022b4af8365e3448556ca11a538203ab5c63c78 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qnamespace.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 0b0d089ba5..3937076664 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2341,7 +2341,7 @@
\enum Qt::InputMethodQuery
\value ImEnabled The widget accepts input method input.
- \value ImMicroFocus \obsolete replaced by \c ImCursorRectangle
+ \value ImMicroFocus This query is obsolete. Use \c ImCursorRectangle instead.
\value ImCursorRectangle The rectangle covering the area of the input cursor in widget coordinates.
\value ImFont The currently used font for text input.
\value ImCursorPosition The logical position of the cursor within the text surrounding the input area