summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2023-05-29 08:16:13 +0200
committerAndre Hartmann <aha_1980@gmx.de>2023-05-29 19:51:21 +0200
commit2a90efcfc2c855451327c4696286870959861d0d (patch)
tree943cabf167b6069c5a41b1333f766690f5556c95 /examples/widgets/doc/src
parent229705622167bc5982c4c243014bf86b37f3c38c (diff)
Diagram Scene: Fix documentation word repetiton
Pick-to: 6.5 Fixes: QTCREATORBUG-29214 Change-Id: I356a6ffbd48bf918208180b8b403b5c74ad368d5 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r--examples/widgets/doc/src/diagramscene.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/diagramscene.qdoc b/examples/widgets/doc/src/diagramscene.qdoc
index 115f22ce8a..057031462d 100644
--- a/examples/widgets/doc/src/diagramscene.qdoc
+++ b/examples/widgets/doc/src/diagramscene.qdoc
@@ -289,7 +289,7 @@
added to the scene. We set the mode of the scene back to the mode
before the item was inserted, which is ItemMove or InsertText
depending on which button is checked in the \c pointerTypeGroup.
- We must also uncheck the button in the in the \c buttonGroup.
+ We must also uncheck the button in the \c buttonGroup.
Here is the implementation of \c textInserted():