Skip to content

Commit

Permalink
Doc: Add documentation for added QNativeIpcKey overload
Browse files Browse the repository at this point in the history
Document new implicit constructor introduced in the commit 08605f0

Pick-to: 6.6
Fixes: QTBUG-116870
Change-Id: I518f0a043d7738698ae568ce0b51db3f2c28574f
Reviewed-by: Thiago Macieira <[email protected]>
Reviewed-by: Dennis Oberst <[email protected]>
  • Loading branch information
kkoehne committed Sep 10, 2023
1 parent 7409898 commit ef74809
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/corelib/ipc/qtipccommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef74809

Please sign in to comment.