From f71d54ee34931b5b3d2336954a76138c086aa94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 9 Feb 2022 15:05:20 +0100 Subject: [PATCH] Update docs for QSurface::MetalSurface to include iOS Pick-to: 6.3 6.2 Change-Id: I67fc47b3dc33960e7dfa78890d16d1e7450e30ab Reviewed-by: Volker Hilsheimer --- src/gui/kernel/qsurface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/kernel/qsurface.cpp b/src/gui/kernel/qsurface.cpp index 647210a76a8..e6f7514b9a3 100644 --- a/src/gui/kernel/qsurface.cpp +++ b/src/gui/kernel/qsurface.cpp @@ -84,11 +84,11 @@ QT_IMPL_METATYPE_EXTERN_TAGGED(QSurface*, QSurface_ptr) \value VulkanSurface The surface is a Vulkan compatible surface and can be used in conjunction with the Vulkan graphics API. \value MetalSurface The surface is a Metal compatible surface and can be used - in conjunction with Apple's Metal graphics API. This surface type is supported - on macOS only. + in conjunction with Apple's Metal graphics API. This surface type is only supported + on \macos and iOS. \value Direct3DSurface The surface is a Direct 3D 11 and 12 compatible surface and can be used in conjunction with the DXGI and Direct3D APIs. This - surface type is supported on Windows only. + surface type is only supported on Windows. */