-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPC: use QNativeIpcKey for QtIpcCommon::legacyPlatformSafeKey()
The implementation only has #if now for Apple compatibility; otherwise, we're relying on the QNativeIpcKey::Type parameter, because I intend to allow Unix systems to support both POSIX realtime and System V / XSI shared memory and semaphores. Most of the uses of QtIpcCommon::isIpcSupported() will be constant expressions because they don't depend on the ipcType. Change-Id: I12a088d1ae424825abd3fffd171d38dfb6b5de74 Reviewed-by: Mårten Nordheim <[email protected]>
- Loading branch information
1 parent
7a37083
commit f79b535
Showing
2 changed files
with
55 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters