aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-02-10 19:20:34 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-03-07 09:24:50 +0000
commite09d1a5694fa48332831521ec3851e5bffcf8ffe (patch)
tree752cc6076db0c11014a5dab74d759f3e1c6c28f6 /src/quick/items/qquickwindow.cpp
parent26446d3b7e2e85a3ee3f19078b32f50c4efaf822 (diff)
Doc: Remove duplicate words (typos)
Pick-to: 6.5 6.4 6.2 Change-Id: Ibd29739b894598e5d7837ed5f9150e08ca07fa35 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
-rw-r--r--src/quick/items/qquickwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp
index 360d51a5bc..3ebfa9d971 100644
--- a/src/quick/items/qquickwindow.cpp
+++ b/src/quick/items/qquickwindow.cpp
@@ -3136,7 +3136,7 @@ void QQuickWindow::setDefaultAlphaBuffer(bool useAlpha)
buffering of resources, such as buffers, is up to the graphics API client
to manage. Most commonly, a uniform buffer where the data changes between
frames cannot simply change its contents when submitting a frame, given
- that that frame may still be active ("in flight") when starting to record
+ that the frame may still be active ("in flight") when starting to record
the next frame. To avoid stalling the pipeline, one way is to have multiple
buffers (and memory allocations) under the hood, thus realizing at least a
double buffered scheme for such resources.
@@ -3493,7 +3493,7 @@ void QQuickWindow::endExternalCommands()
However if you set this property, then Qt Quick will no longer wait until
the \c transientParent window is shown before showing this window. If you
- want to to be able to show a transient window independently of the "parent"
+ want to be able to show a transient window independently of the "parent"
Item or Window within which it was declared, you can remove that
relationship by setting \c transientParent to \c null: