Doc: Mark new QShortcutEvent constructor with \since

Change-Id: I32580a29e3d5bbeca2832c421e07cec094e9576d
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 8fef0f04008f36694262499de748ff5163f9715d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-01-31 17:02:25 +01:00 committed by Qt Cherry-pick Bot
parent 4f4db96f63
commit 01ff86c190

View File

@ -3715,6 +3715,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.