ipc.qdoc: fix typo in API docs
Change-Id: Ifb999b7b96583c7ffa42b91078535b4bfa91616f Pick-to: 6.6 Task-number: QTBUG-2443 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
80a431a2e6
commit
4fe704eff9
@ -410,7 +410,7 @@
|
|||||||
It can be updated to be:
|
It can be updated to be:
|
||||||
\code
|
\code
|
||||||
QSharedMemory shm(QSharedMemory::legacyNativeKey("org.example.myapplication"));
|
QSharedMemory shm(QSharedMemory::legacyNativeKey("org.example.myapplication"));
|
||||||
QSystemSempahore sem(QSystemSemaphore::legacyNativeKey("org.example.myapplication"));
|
QSystemSemaphore sem(QSystemSemaphore::legacyNativeKey("org.example.myapplication"));
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
If the two applications exchanged native keys, there is no need to update
|
If the two applications exchanged native keys, there is no need to update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user