From f83d2f913be879e257ab4ed681decaf6c79180a2 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 12 Jan 2023 10:16:13 +0100 Subject: [PATCH] QPermission: add missing \since 6.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The QPermission classes get their \since via \include permissions.qdocinc permission-metadata, but using that for QPermission will break the \annotatedlist permissions trick used all over the permission docs, because QPermission would then be included in the list. The use of this mechanism needs more thought; QPermission shouldn't really be excluded from being \ingroup permissions. Change-Id: I33207ffb39c04c23fb479c173e97dc0adb60691f Reviewed-by: Tor Arne Vestbø (cherry picked from commit 49cdfb0c61521f843046e473d759149ab4878ce3) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/kernel/qpermissions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/kernel/qpermissions.cpp b/src/corelib/kernel/qpermissions.cpp index c9cbb7fed58..8a45fcff81b 100644 --- a/src/corelib/kernel/qpermissions.cpp +++ b/src/corelib/kernel/qpermissions.cpp @@ -174,6 +174,7 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg); \class QPermission \inmodule QtCore \inheaderfile QPermissions + \since 6.5 \brief An opaque wrapper of a typed permission. The QPermission class is an opaque wrapper of a \l{typed permission},