ipc common: move end-of-namespace into same scope as start

To avoid issues building with shared memory & system semaphore disabled.

Change-Id: I525abe97f82266b8cca0e4f1847849054c016a4b
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 42022f8b3848f806feec7bf3fe86c15312f1596e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mårten Nordheim 2023-07-11 09:50:02 +02:00 committed by Qt Cherry-pick Bot
parent a9e8aa565c
commit ae6e27d601

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