Doc: Add documentation for added QNativeIpcKey overload
Document new implicit constructor introduced in the commit 08605f0d78485 Fixes: QTBUG-116870 Change-Id: I518f0a043d7738698ae568ce0b51db3f2c28574f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Dennis Oberst <dennis.oberst@qt.io> (cherry picked from commit ef748095fe587446838428fdc44a9389be81f833) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
515a0faf85
commit
c3c5323e6c
@ -343,6 +343,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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user