QPermission: add missing \since 6.5

The Q<Typed>Permission 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.

Pick-to: 6.5
Change-Id: I33207ffb39c04c23fb479c173e97dc0adb60691f
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Marc Mutz 2023-01-12 10:16:13 +01:00
parent 698c7696eb
commit 49cdfb0c61
1 changed files with 1 additions and 0 deletions

View File

@ -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},