diff options
author | David Redondo <[email protected]> | 2025-01-29 15:17:58 +0100 |
---|---|---|
committer | Liang Qi <[email protected]> | 2025-01-30 19:47:27 +0000 |
commit | 7fcfc3790512b6d467732119330ea886de2a72fb (patch) | |
tree | 5c3823baa8b20e20884badc160bfa8745416bd67 | |
parent | d769ca41fc11e1af81e4cdf7cacb3884f98b108c (diff) |
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 <[email protected]>
-rw-r--r-- | src/gui/platform/unix/qdesktopunixservices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |