summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2023-12-31 16:15:20 +0100
committerDavid Faure <[email protected]>2024-01-08 18:41:07 +0100
commit47c5f6b4c2a66db7d169fed451f08af6fbe21c39 (patch)
treec240ce0fcd29a550bad6d6de656e4d987e64cd5e /src
parent936e72d18075b79c8d29353618dfbd052ae59dae (diff)
Doc: fix typo in QGraphicsView::rubberBandRect() method documentation
outise -> outside Pick-to: 6.7 Change-Id: I143430b3c6661cf5259a09ffa64b74a220e2b979 Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/graphicsview/qgraphicsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/graphicsview/qgraphicsview.cpp b/src/widgets/graphicsview/qgraphicsview.cpp
index 18ac01262f9..1dc66eb5105 100644
--- a/src/widgets/graphicsview/qgraphicsview.cpp
+++ b/src/widgets/graphicsview/qgraphicsview.cpp
@@ -1559,7 +1559,7 @@ void QGraphicsView::setRubberBandSelectionMode(Qt::ItemSelectionMode mode)
is currently doing an itemselection with rubber band. When the user is not using the
rubber band this functions returns (a null) QRectF().
- Notice that part of this QRect can be outise the visual viewport. It can e.g
+ Notice that part of this QRect can be outside the visual viewport. It can e.g
contain negative values.
\sa rubberBandSelectionMode, rubberBandChanged()