From 01ff86c19054b8108ac0c4c75429f85f9e791e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 31 Jan 2023 17:02:25 +0100 Subject: [PATCH] Doc: Mark new QShortcutEvent constructor with \since Change-Id: I32580a29e3d5bbeca2832c421e07cec094e9576d Reviewed-by: Volker Hilsheimer (cherry picked from commit 8fef0f04008f36694262499de748ff5163f9715d) Reviewed-by: Qt Cherry-pick Bot --- src/gui/kernel/qevent.cpp | 1 + 1 file changed, 1 insertion(+) 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.