diff --git a/src/widgets/graphicsview/qgraphicsview.cpp b/src/widgets/graphicsview/qgraphicsview.cpp index 380d58c4be..5c338367f9 100644 --- a/src/widgets/graphicsview/qgraphicsview.cpp +++ b/src/widgets/graphicsview/qgraphicsview.cpp @@ -1597,6 +1597,8 @@ QGraphicsScene *QGraphicsView::scene() const When a scene is set on a view, the QGraphicsScene::changed() signal is automatically connected to this view's updateScene() slot, and the view's scroll bars are adjusted to fit the size of the scene. + + The view does not take ownership of \a scene. */ void QGraphicsView::setScene(QGraphicsScene *scene) {