src/gui/graphicsview/qgraphicssceneindex.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   352 void QGraphicsSceneIndexPrivate::init()
   352 void QGraphicsSceneIndexPrivate::init()
   353 {
   353 {
   354     if (!scene)
   354     if (!scene)
   355         return;
   355         return;
   356 
   356 
   357     QObject::connect(scene, SIGNAL(sceneRectChanged(const QRectF&)),
   357     QObject::connect(scene, SIGNAL(sceneRectChanged(QRectF)),
   358                      q_func(), SLOT(updateSceneRect(const QRectF&)));
   358                      q_func(), SLOT(updateSceneRect(QRectF)));
   359 }
   359 }
   360 
   360 
   361 /*!
   361 /*!
   362     Constructs an abstract scene index for a given \a scene.
   362     Constructs an abstract scene index for a given \a scene.
   363 */
   363 */