diff options
| author | Kai Köhne <kai.koehne@qt.io> | 2023-09-08 08:37:27 +0200 |
|---|---|---|
| committer | Kai Köhne <kai.koehne@qt.io> | 2023-09-10 20:22:07 +0200 |
| commit | ef748095fe587446838428fdc44a9389be81f833 (patch) | |
| tree | 2fd336b90166489d0802631063929c0ce4e03775 /src/corelib/ipc/qtipccommon.cpp | |
| parent | 74098981bd42e6bc135c22506e5a910e37544406 (diff) | |
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 <thiago.macieira@intel.com>
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
Diffstat (limited to 'src/corelib/ipc/qtipccommon.cpp')
| -rw-r--r-- | src/corelib/ipc/qtipccommon.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -346,6 +346,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) |
