QSharedMemorySystemV: fix shm vs sem typo
Fixes: QTBUG-132053 Pick-to: 6.8 6.9 Change-Id: Ia4f2bdc8edff91020f13fffd79261a9feaf2f496 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
c1bc98da02
commit
902058e750
@ -105,7 +105,7 @@ public:
|
||||
{ return quint16(type) <= 0xff; }
|
||||
static bool runtimeSupportCheck();
|
||||
|
||||
#if QT_CONFIG(sysv_sem)
|
||||
#if QT_CONFIG(sysv_shm)
|
||||
key_t handle(QSharedMemoryPrivate *self);
|
||||
bool cleanHandle(QSharedMemoryPrivate *self);
|
||||
bool create(QSharedMemoryPrivate *self, qsizetype size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user