summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-01-31 17:02:25 +0100
committerKai Köhne <kai.koehne@qt.io>2023-02-09 12:48:25 +0100
commit8fef0f04008f36694262499de748ff5163f9715d (patch)
treea9d98ab02f9da50d42ce946f9023bfda8908fc2b /src
parent6c28528e40bc0e730ef3828595b4ef83a373a697 (diff)
Doc: Mark new QShortcutEvent constructor with \since
Pick-to: 6.5 Change-Id: I32580a29e3d5bbeca2832c421e07cec094e9576d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qevent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index fe75ec78f74..9792490257e 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -3716,6 +3716,7 @@ QShortcutEvent::QShortcutEvent(const QKeySequence &key, int id, bool ambiguous)
/*!
Constructs a shortcut event for the given \a key press,
associated with the QShortcut \a shortcut.
+ \since 6.5
\a ambiguous specifies whether there is more than one QShortcut
for the same key sequence.