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:
parent
85aef2dd4b
commit
c76d8c42b2
@ -125,11 +125,9 @@ QSharedMemoryPrivate::makePlatformSafeKey(const QString &key,
|
||||
or writing to the shared memory, and remember to release the lock
|
||||
with unlock() after you are done.
|
||||
|
||||
Unlike QtSharedMemory, QSharedMemory automatically destroys the
|
||||
shared memory segment when the last instance of QSharedMemory is
|
||||
detached from the segment, and no references to the segment
|
||||
remain. Do not mix using QtSharedMemory and QSharedMemory. Port
|
||||
everything to QSharedMemory.
|
||||
QSharedMemory automatically destroys the shared memory segment when
|
||||
the last instance of QSharedMemory is detached from the segment, and
|
||||
no references to the segment remain.
|
||||
|
||||
\warning QSharedMemory changes the key in a Qt-specific way, unless otherwise
|
||||
specified. Interoperation with non-Qt applications is achieved by first creating
|
||||
|
Loading…
Reference in New Issue
Block a user