From a2948e1387ce1fb6d624d7387aa7769a5c5a4dad Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Sun, 6 Jul 2014 09:59:08 +0200 Subject: Fix typo in QGraphicsView documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib750a78e86b8af87d091705a1107ca1eccf32389 Reviewed-by: Topi Reiniƶ --- src/widgets/doc/src/graphicsview.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/doc/src/graphicsview.qdoc b/src/widgets/doc/src/graphicsview.qdoc index 148b4ea47d..d1d8630935 100644 --- a/src/widgets/doc/src/graphicsview.qdoc +++ b/src/widgets/doc/src/graphicsview.qdoc @@ -301,7 +301,7 @@ pass a QPainterPath to mapToScene(), and then pass the mapped path to QGraphicsScene::items(). - You can map coordinates and shapes to and from and item's scene by + You can map coordinates and shapes to and from an item's scene by calling QGraphicsItem::mapToScene() and QGraphicsItem::mapFromScene(). You can also map to an item's parent item by calling QGraphicsItem::mapToParent() and -- cgit v1.2.3