diff options
author | Andre Hartmann <[email protected]> | 2023-05-29 08:16:13 +0200 |
---|---|---|
committer | Andre Hartmann <[email protected]> | 2023-05-29 19:51:21 +0200 |
commit | 2a90efcfc2c855451327c4696286870959861d0d (patch) | |
tree | 943cabf167b6069c5a41b1333f766690f5556c95 /examples/widgets/doc/src | |
parent | 229705622167bc5982c4c243014bf86b37f3c38c (diff) |
Diagram Scene: Fix documentation word repetiton
Pick-to: 6.5
Fixes: QTCREATORBUG-29214
Change-Id: I356a6ffbd48bf918208180b8b403b5c74ad368d5
Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r-- | examples/widgets/doc/src/diagramscene.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/diagramscene.qdoc b/examples/widgets/doc/src/diagramscene.qdoc index 115f22ce8a7..057031462da 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(): |