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 <liang.qi@qt.io>
This commit is contained in:
David Redondo 2025-01-29 15:17:58 +01:00 committed by Liang Qi
parent d769ca41fc
commit 7fcfc37905

View File

@ -581,7 +581,7 @@ QPlatformServiceColorPicker *QDesktopUnixServices::colorPicker(QWindow *parent)
return nullptr;
}
#endif // QT_NO_MULTIPROCESS
#endif // QT_CONFIG(multiprocess)
QString QDesktopUnixServices::portalWindowIdentifier(QWindow *window)
{