ipc common: move end-of-namespace into same scope as start
To avoid issues building with shared memory & system semaphore disabled. Pick-to: 6.6 Change-Id: I525abe97f82266b8cca0e4f1847849054c016a4b Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
d3526c166c
commit
42022f8b38
@ -200,8 +200,9 @@ inline auto QNativeIpcKey::legacyDefaultTypeForOs() noexcept -> Type
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore)
|
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
|
#endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore)
|
||||||
|
|
||||||
|
|
||||||
#endif // QNATIVEIPCKEY_H
|
#endif // QNATIVEIPCKEY_H
|
||||||
|
Loading…
Reference in New Issue
Block a user