summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-09-13 13:16:37 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-09-15 17:49:34 +0200
commit62b658ee8e1d2b46caaecef8f13c9031178a57f8 (patch)
treeb8696e11cce6ad65a49c25dc7a7ae5691f7cabb4 /src/gui/kernel/qevent.cpp
parent4f96af37b20e03f6d380c446a8db6f626e16e334 (diff)
doc: use \note in QKeyEvent documentation
Pick-to: 6.2 Change-Id: I0924f5a540ab5e58f7830c1af099ce6e44287811 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/gui/kernel/qevent.cpp')
-rw-r--r--src/gui/kernel/qevent.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index fd3f55bd9c..e7726d40c5 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -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.
*/
/*!