From 7fcfc3790512b6d467732119330ea886de2a72fb Mon Sep 17 00:00:00 2001 From: David Redondo Date: Wed, 29 Jan 2025 15:17:58 +0100 Subject: [PATCH] QDesktopUnixServices: Fix #endif comment So it doesn't confuse me or anyone else again Pick-to: 6.9 Change-Id: I8ad5d4cb1b00e0edaffa90ed67e30246211e1a97 Reviewed-by: Liang Qi --- src/gui/platform/unix/qdesktopunixservices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/platform/unix/qdesktopunixservices.cpp b/src/gui/platform/unix/qdesktopunixservices.cpp index e37bff2b6be..be472414ee5 100644 --- a/src/gui/platform/unix/qdesktopunixservices.cpp +++ b/src/gui/platform/unix/qdesktopunixservices.cpp @@ -581,7 +581,7 @@ QPlatformServiceColorPicker *QDesktopUnixServices::colorPicker(QWindow *parent) return nullptr; } -#endif // QT_NO_MULTIPROCESS +#endif // QT_CONFIG(multiprocess) QString QDesktopUnixServices::portalWindowIdentifier(QWindow *window) {