From ef748095fe587446838428fdc44a9389be81f833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 8 Sep 2023 08:37:27 +0200 Subject: [PATCH] Doc: Add documentation for added QNativeIpcKey overload Document new implicit constructor introduced in the commit 08605f0d78485 Pick-to: 6.6 Fixes: QTBUG-116870 Change-Id: I518f0a043d7738698ae568ce0b51db3f2c28574f Reviewed-by: Thiago Macieira Reviewed-by: Dennis Oberst --- src/corelib/ipc/qtipccommon.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/corelib/ipc/qtipccommon.cpp b/src/corelib/ipc/qtipccommon.cpp index 36d3bfc9a69..b3fa6461eeb 100644 --- a/src/corelib/ipc/qtipccommon.cpp +++ b/src/corelib/ipc/qtipccommon.cpp @@ -345,6 +345,12 @@ QNativeIpcKey::Type QNativeIpcKey::defaultTypeForOs_internal() noexcept } #endif +/*! + \fn QNativeIpcKey::QNativeIpcKey() noexcept + + Constructs a QNativeIpcKey object of type \l DefaultTypeForOs with an empty key. +*/ + /*! \fn QNativeIpcKey::QNativeIpcKey(Type type) noexcept \fn QNativeIpcKey::QNativeIpcKey(const QString &key, Type type)