summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-02-09 15:05:20 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-02-15 09:11:00 +0100
commitf71d54ee34931b5b3d2336954a76138c086aa94e (patch)
treeef2534fe30711b2202f584a97a38ba5f48eb18a0 /src/gui
parent21ce257b6c62465ac5b4056b0c9f593e3485c0c3 (diff)
Update docs for QSurface::MetalSurface to include iOS
Pick-to: 6.3 6.2 Change-Id: I67fc47b3dc33960e7dfa78890d16d1e7450e30ab Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qsurface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qsurface.cpp b/src/gui/kernel/qsurface.cpp
index 647210a76a..e6f7514b9a 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.
*/