diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-05-18 15:50:17 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-05-18 15:50:17 (GMT) |
commit | 9824e4a9afed9591175b07d22cd130c64b5457cf (patch) | |
tree | 4379d34af9fb0eafdcf406790e9c5cb476229c5a /src | |
parent | a13ef81dbd66472e7fb0c18ea528502295aa24ab (diff) | |
download | Qt-9824e4a9afed9591175b07d22cd130c64b5457cf.zip Qt-9824e4a9afed9591175b07d22cd130c64b5457cf.tar.gz Qt-9824e4a9afed9591175b07d22cd130c64b5457cf.tar.bz2 |
Added doc about QSharedMemory and other applications
Task-number: 253835
Reviewed-by: David Boddie
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/kernel/qsharedmemory.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qsharedmemory.cpp b/src/corelib/kernel/qsharedmemory.cpp index 9853079..87e154f 100644 --- a/src/corelib/kernel/qsharedmemory.cpp +++ b/src/corelib/kernel/qsharedmemory.cpp @@ -129,6 +129,10 @@ QSharedMemoryPrivate::makePlatformSafeKey(const QString &key, detached from the segment, and no references to the segment remain. Do not mix using QtSharedMemory and QSharedMemory. Port everything to QSharedMemory. + + \warning QSharedMemory changes the key in a Qt-specific way. + It is therefore currently not possible to use the shared memory of + non-Qt applications with QSharedMemory. */ /*! |