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>
This commit is contained in:
parent
c95b0982d5
commit
866a035f6e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user