doc: use \note in QKeyEvent documentation
Pick-to: 6.2 Change-Id: I0924f5a540ab5e58f7830c1af099ce6e44287811 Reviewed-by: Paul Wicking <paul.wicking@qt.io>bb10
parent
4f96af37b2
commit
62b658ee8e
|
|
@ -1389,14 +1389,14 @@ QKeyEvent::~QKeyEvent()
|
|||
}
|
||||
|
||||
/*!
|
||||
\fn quint32 QKeyEvent::nativeScanCode() const
|
||||
\since 4.2
|
||||
\fn quint32 QKeyEvent::nativeScanCode() const
|
||||
\since 4.2
|
||||
|
||||
Returns the native scan code of the key event. If the key event
|
||||
does not contain this data 0 is returned.
|
||||
Returns the native scan code of the key event. If the key event
|
||||
does not contain this data 0 is returned.
|
||||
|
||||
Note: The native scan code may be 0, even if the key event contains
|
||||
extended information.
|
||||
\note The native scan code may be 0, even if the key event contains
|
||||
extended information.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
@ -1406,7 +1406,7 @@ QKeyEvent::~QKeyEvent()
|
|||
Returns the native virtual key, or key sym of the key event.
|
||||
If the key event does not contain this data 0 is returned.
|
||||
|
||||
Note: The native virtual key may be 0, even if the key event contains extended information.
|
||||
\note The native virtual key may be 0, even if the key event contains extended information.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
@ -1416,7 +1416,7 @@ QKeyEvent::~QKeyEvent()
|
|||
Returns the native modifiers of a key event.
|
||||
If the key event does not contain this data 0 is returned.
|
||||
|
||||
Note: The native modifiers may be 0, even if the key event contains extended information.
|
||||
\note The native modifiers may be 0, even if the key event contains extended information.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue