From 8fef0f04008f36694262499de748ff5163f9715d 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 Pick-to: 6.5 Change-Id: I32580a29e3d5bbeca2832c421e07cec094e9576d Reviewed-by: Volker Hilsheimer --- 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 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.