Doc: Mark new QShortcutEvent constructor with \since

Pick-to: 6.5
Change-Id: I32580a29e3d5bbeca2832c421e07cec094e9576d
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Kai Köhne 2023-01-31 17:02:25 +01:00
parent 6c28528e40
commit 8fef0f0400
1 changed files with 1 additions and 0 deletions

View File

@ -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.