aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2022-08-24 10:51:21 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-25 10:18:24 +0000
commitf4fd961f919d856726798bed30e135a9d1d15027 (patch)
treefd6024cb8a2e991176a3c30efcab3e32fa7d4355 /src/quick
parent82f0e1325edcf03e93054f80fec9f344363babe5 (diff)
Doc: Drop duplicated word
Change-Id: Ie1814aa6d990e1caecf0a92d983d8260c48669ec Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit e3aeb13052c1d783c92a6043614a196a267d5fea) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/util/qquickimageprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickimageprovider.cpp b/src/quick/util/qquickimageprovider.cpp
index c6ed497276..f1efa29642 100644
--- a/src/quick/util/qquickimageprovider.cpp
+++ b/src/quick/util/qquickimageprovider.cpp
@@ -469,7 +469,7 @@ QQuickTextureFactory *QQuickImageProvider::requestTexture(const QString &id, QSi
\class QQuickAsyncImageProvider
\since 5.6
\inmodule QtQuick
- \brief The QQuickAsyncImageProvider class provides an interface for for asynchronous control of QML image requests.
+ \brief The QQuickAsyncImageProvider class provides an interface for asynchronous control of QML image requests.
See the \l {imageresponseprovider}{Image Response Provider Example} for a complete implementation.