summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-05-18 15:50:17 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-05-18 15:50:17 (GMT)
commit9824e4a9afed9591175b07d22cd130c64b5457cf (patch)
tree4379d34af9fb0eafdcf406790e9c5cb476229c5a /src/corelib/kernel
parenta13ef81dbd66472e7fb0c18ea528502295aa24ab (diff)
downloadQt-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/corelib/kernel')
-rw-r--r--src/corelib/kernel/qsharedmemory.cpp4
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.
*/
/*!