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:
Mårten Nordheim 2023-07-11 09:50:02 +02:00
parent d3526c166c
commit 42022f8b38

View File

@ -200,8 +200,9 @@ inline auto QNativeIpcKey::legacyDefaultTypeForOs() noexcept -> Type
#endif
}
#endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore)
QT_END_NAMESPACE
#endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore)
#endif // QNATIVEIPCKEY_H