aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2021-02-25 14:36:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-26 11:32:42 +0000
commit59a445e23f862e21914e1a2bf486029ac8e6d35e (patch)
tree27157b1c1fd4e9d043fbb5151b736ed8b24023ce /src
parentda46b97ed5a56ce3db8e903053dd10bb9b7d2904 (diff)
Fix typo in QQuickGraphicsConfiguration docs
Change-Id: Ia1ca8276560f913e84b9e4c119cd1ced89737790 Reviewed-by: Andy Nichols <andy.nichols@qt.io> (cherry picked from commit 1a738838c4a199c61fce32c7eaba466181526335) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickgraphicsconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickgraphicsconfiguration.cpp b/src/quick/items/qquickgraphicsconfiguration.cpp
index dcdd069d03..7a239d0bbb 100644
--- a/src/quick/items/qquickgraphicsconfiguration.cpp
+++ b/src/quick/items/qquickgraphicsconfiguration.cpp
@@ -170,7 +170,7 @@ void QQuickGraphicsConfiguration::setDeviceExtensions(const QByteArrayList &exte
There are cases however, when allowing the 2D content write to the depth
buffer is not ideal. Consider a 3D scene as an "overlay" on top the 2D
scene, rendered via Qt Quick 3D using a \l View3D with
- \l{View3D::renderMode}}{renderMode} set to \c Overlay. In this case, having
+ \l{View3D::renderMode}{renderMode} set to \c Overlay. In this case, having
the depth buffer filled by 2D content can cause unexpected results. This is
because the way the 2D scene graph renderer generates and handles depth
values is not necessarily compatible with how a 3D scene works. This may end