summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-05-18 17:50:17 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-05-18 17:50:17 +0200
commit9824e4a9afed9591175b07d22cd130c64b5457cf (patch)
tree4379d34af9fb0eafdcf406790e9c5cb476229c5a /src
parenta13ef81dbd66472e7fb0c18ea528502295aa24ab (diff)
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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qsharedmemory.cpp b/src/corelib/kernel/qsharedmemory.cpp
index 98530798b2..87e154f25f 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.
*/
/*!