summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src
diff options
context:
space:
mode:
authorAndreas Eliasson <[email protected]>2023-02-09 14:16:53 +0100
committerAndreas Eliasson <[email protected]>2023-02-28 16:53:10 +0000
commit8ecd81ae86b07ef0ec10f17a343d349c07b1a29b (patch)
tree9b435bdb0d61f94b7820d0aa5b34281110fc6e01 /examples/widgets/doc/src
parentee1651efdd32dfb96443828ddaeddccb3e4e3648 (diff)
Doc: Remove duplicate words
Change-Id: Ia7a38a1035bd34d00f20351a0adc3927e473b2e7 Pick-to: 6.5 6.4 6.2 Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r--examples/widgets/doc/src/elasticnodes.qdoc2
-rw-r--r--examples/widgets/doc/src/fridgemagnets.qdoc2
-rw-r--r--examples/widgets/doc/src/styles.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/widgets/doc/src/elasticnodes.qdoc b/examples/widgets/doc/src/elasticnodes.qdoc
index fbe506468a4..1d155adbec7 100644
--- a/examples/widgets/doc/src/elasticnodes.qdoc
+++ b/examples/widgets/doc/src/elasticnodes.qdoc
@@ -235,7 +235,7 @@
This ensures that the edge items are not considered for mouse input at all
(i.e., you cannot click the edges). Then, the source and destination
pointers are updated, this edge is registered with each node, and we call
- \c adjust() to update this edge's start end end position.
+ \c adjust() to update this edge's start and end position.
\snippet graphicsview/elasticnodes/edge.cpp 1
diff --git a/examples/widgets/doc/src/fridgemagnets.qdoc b/examples/widgets/doc/src/fridgemagnets.qdoc
index fccadd3b717..149cfe1351f 100644
--- a/examples/widgets/doc/src/fridgemagnets.qdoc
+++ b/examples/widgets/doc/src/fridgemagnets.qdoc
@@ -225,7 +225,7 @@
\section2 Dropping
- When a a drag and drop action enters our widget, we will receive a
+ When a drag and drop action enters our widget, we will receive a
drag enter \e event. QDragEnterEvent inherits most of its
functionality from QDragMoveEvent, which in turn inherits most of
its functionality from QDropEvent. Note that we must accept this
diff --git a/examples/widgets/doc/src/styles.qdoc b/examples/widgets/doc/src/styles.qdoc
index 53934c4011d..19ac0ee4526 100644
--- a/examples/widgets/doc/src/styles.qdoc
+++ b/examples/widgets/doc/src/styles.qdoc
@@ -224,7 +224,7 @@
\snippet widgets/styles/norwegianwoodstyle.cpp 13
\snippet widgets/styles/norwegianwoodstyle.cpp 14
- The \c roundRect variable is a QPainterPath. A QPainterPath is is
+ The \c roundRect variable is a QPainterPath. A QPainterPath is
a vectorial specification of a shape. Any shape (rectangle,
ellipse, spline, etc.) or combination of shapes can be expressed
as a path. We will use \c roundRect both for filling the button