diff options
author | David Boddie <[email protected]> | 2025-05-23 17:09:17 +0200 |
---|---|---|
committer | David Boddie <[email protected]> | 2025-05-31 06:41:36 +0000 |
commit | 475c951d69a326e7aed0f18f525a155dd95a6a6b (patch) | |
tree | 3391b8fd37e78c6e516e8fda0d9ddce987f74f90 /src/widgets/graphicsview | |
parent | 6854ea63365ae419a04a470eb17e5f7662f00931 (diff) |
Doc: Fix auto-links to deprecated functions
Change-Id: Id4456eef3440734add2d804d186966e253335b7c
Reviewed-by: Richard Moe Gustavsen <[email protected]>
Diffstat (limited to 'src/widgets/graphicsview')
-rw-r--r-- | src/widgets/graphicsview/qgraphicsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/graphicsview/qgraphicsview.cpp b/src/widgets/graphicsview/qgraphicsview.cpp index 35445c66bf3..54065e8e580 100644 --- a/src/widgets/graphicsview/qgraphicsview.cpp +++ b/src/widgets/graphicsview/qgraphicsview.cpp @@ -2214,7 +2214,7 @@ QList<QGraphicsItem *> QGraphicsView::items() const This function is most commonly called from within mouse event handlers in a subclass in QGraphicsView. \a pos is in untransformed viewport - coordinates, just like QMouseEvent::pos(). + coordinates, just like QMouseEvent::position(). \snippet code/src_gui_graphicsview_qgraphicsview.cpp 5 |