summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp')
-rw-r--r--src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp b/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp
index f6994f9..3efc742 100644
--- a/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp
+++ b/src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp
@@ -655,10 +655,10 @@ void QGraphicsSceneBspTreeIndex::setBspTreeDepth(int depth)
This method react to the \a rect change of the scene and
reset the BSP tree index.
*/
-void QGraphicsSceneBspTreeIndex::sceneRectChanged()
+void QGraphicsSceneBspTreeIndex::updateSceneRect(const QRectF &rect)
{
Q_D(QGraphicsSceneBspTreeIndex);
- d->sceneRect = d->scene->sceneRect();
+ d->sceneRect = rect;
d->resetIndex();
}