Doc: removed references to QtSharedMemory.

Task-number: QTBUG-38772
Change-Id: Ibc71acfafcb93d0c7e6c8ae84d412c34aacd2967
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Nico Vertriest 2014-05-06 14:10:29 +02:00 committed by The Qt Project
parent 85aef2dd4b
commit c76d8c42b2

View File

@ -125,11 +125,9 @@ QSharedMemoryPrivate::makePlatformSafeKey(const QString &key,
or writing to the shared memory, and remember to release the lock or writing to the shared memory, and remember to release the lock
with unlock() after you are done. with unlock() after you are done.
Unlike QtSharedMemory, QSharedMemory automatically destroys the QSharedMemory automatically destroys the shared memory segment when
shared memory segment when the last instance of QSharedMemory is the last instance of QSharedMemory is detached from the segment, and
detached from the segment, and no references to the segment no references to the segment remain.
remain. Do not mix using QtSharedMemory and QSharedMemory. Port
everything to QSharedMemory.
\warning QSharedMemory changes the key in a Qt-specific way, unless otherwise \warning QSharedMemory changes the key in a Qt-specific way, unless otherwise
specified. Interoperation with non-Qt applications is achieved by first creating specified. Interoperation with non-Qt applications is achieved by first creating