diff options
Diffstat (limited to 'src/corelib/ipc')
| -rw-r--r-- | src/corelib/ipc/qsharedmemory.cpp | 10 | ||||
| -rw-r--r-- | src/corelib/ipc/qsystemsemaphore.cpp | 6 | ||||
| -rw-r--r-- | src/corelib/ipc/qtipccommon.cpp | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/src/corelib/ipc/qsharedmemory.cpp b/src/corelib/ipc/qsharedmemory.cpp index 501036a6502..ea0ff4f1b3b 100644 --- a/src/corelib/ipc/qsharedmemory.cpp +++ b/src/corelib/ipc/qsharedmemory.cpp @@ -94,11 +94,11 @@ inline QNativeIpcKey QSharedMemoryPrivate::semaphoreNativeKey() const For details on the key types, platform-specific limitations, and interoperability with older or non-Qt applications, see the \l{Native IPC - Key} documentation. That includes important information for sandboxed + Keys} documentation. That includes important information for sandboxed applications on Apple platforms, including all apps obtained via the Apple App Store. - \sa Inter-Process Communication, QSystemSemaphore + \sa {Inter-Process Communication}, QSystemSemaphore */ /*! @@ -212,7 +212,7 @@ void QSharedMemory::setKey(const QString &key) You can call nativeKey() to retrieve the native key. - \sa nativeKey(), nativeKeyType(), isAttached() + \sa nativeKey(), nativeIpcKey(), isAttached() */ /*! @@ -231,7 +231,7 @@ void QSharedMemory::setKey(const QString &key) You can call nativeKey() to retrieve the native key. - \sa nativeKey(), nativeKeyType(), isAttached() + \sa nativeKey(), nativeIpcKey(), isAttached() */ void QSharedMemory::setNativeKey(const QNativeIpcKey &key) { @@ -329,7 +329,7 @@ QString QSharedMemory::key() const been created by Qt, or to grant shared memory access to non-Qt applications. See \l{Native IPC Keys} for more information. - \sa setNativeKey(), nativeKeyType() + \sa setNativeKey(), nativeIpcKey() */ QString QSharedMemory::nativeKey() const { diff --git a/src/corelib/ipc/qsystemsemaphore.cpp b/src/corelib/ipc/qsystemsemaphore.cpp index fed4f414962..c41ae6dbc26 100644 --- a/src/corelib/ipc/qsystemsemaphore.cpp +++ b/src/corelib/ipc/qsystemsemaphore.cpp @@ -61,11 +61,11 @@ inline void QSystemSemaphorePrivate::destructBackend() For details on the key types, platform-specific limitations, and interoperability with older or non-Qt applications, see the \l{Native IPC - Key} documentation. That includes important information for sandboxed + Keys} documentation. That includes important information for sandboxed applications on Apple platforms, including all apps obtained via the Apple App Store. - \sa Inter-Process Communication, QSharedMemory, QSemaphore + \sa {Inter-Process Communication}, QSharedMemory, QSemaphore */ /*! @@ -183,7 +183,7 @@ QSystemSemaphore::~QSystemSemaphore() This function is useful if the native key was shared from another process. See \l{Native IPC Keys} for more information. - \sa QSystemSemaphore(), nativeKey() + \sa QSystemSemaphore(), nativeIpcKey() */ void QSystemSemaphore::setNativeKey(const QNativeIpcKey &key, int initialValue, AccessMode mode) { diff --git a/src/corelib/ipc/qtipccommon.cpp b/src/corelib/ipc/qtipccommon.cpp index 050c79c6290..df525682d90 100644 --- a/src/corelib/ipc/qtipccommon.cpp +++ b/src/corelib/ipc/qtipccommon.cpp @@ -236,7 +236,7 @@ QString QtIpcCommon::platformSafeKey(const QString &key, QtIpcCommon::IpcType ip For details on the key types, platform-specific limitations, and interoperability with older or non-Qt applications, see the \l{Native IPC - Key} documentation. That includes important information for sandboxed + Keys} documentation. That includes important information for sandboxed applications on Apple platforms, including all apps obtained via the Apple App Store. @@ -302,7 +302,7 @@ QString QtIpcCommon::platformSafeKey(const QString &key, QtIpcCommon::IpcType ip \enum QNativeIpcKey::Type This enum describes the backend type for the IPC object. For details on the - key types, see the \l{Native IPC Key} documentation. + key types, see the \l{Native IPC Keys} documentation. \value SystemV X/Open System Initiative (XSI) or System V (SVr4) API \value PosixRealtime IEEE 1003.1b (POSIX.1b) API |
