diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index 3e3631f8ca1..bc5882a9ae2 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -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.