From 8ecd81ae86b07ef0ec10f17a343d349c07b1a29b Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Thu, 9 Feb 2023 14:16:53 +0100 Subject: Doc: Remove duplicate words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia7a38a1035bd34d00f20351a0adc3927e473b2e7 Pick-to: 6.5 6.4 6.2 Reviewed-by: Topi Reiniƶ --- .../platform/androidnotifier/doc/src/androidnotifier-example.qdoc | 2 +- .../qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc | 2 +- examples/widgets/doc/src/elasticnodes.qdoc | 2 +- examples/widgets/doc/src/fridgemagnets.qdoc | 2 +- examples/widgets/doc/src/styles.qdoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc b/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc index 8d2a9a47e4..4bc0f7668e 100644 --- a/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc +++ b/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc @@ -47,7 +47,7 @@ The call to the Java meethod use \l QJniObject which relies on the Java Native Interface (JNI) APIs to communicate with Java. Also, in the previous snippet, - we are passing the app's context object which the the static Java code can use + we are passing the app's context object, which the static Java code can use to tap into the app's specific properties and APIs. To make sure our smiley buttons do what they are supposed to, we add the diff --git a/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc b/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc index f6455c67af..91a519b8ae 100644 --- a/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc +++ b/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc @@ -11,7 +11,7 @@ This example shows how to use the QFuture and QPromise classes to download a collection of images from the network and scale them, without blocking the UI. - The application consists of the the following steps: + The application consists of the following steps: \list 1 \li Download images form the list of URLs specified by the user. diff --git a/examples/widgets/doc/src/elasticnodes.qdoc b/examples/widgets/doc/src/elasticnodes.qdoc index fbe506468a..1d155adbec 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 fccadd3b71..149cfe1351 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 53934c4011..19ac0ee452 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 -- cgit v1.2.3