QGraphicsView - remove reference to avoid weird code.
authorThorbjørn Lund Martsum <tmartsum@gmail.com>
Tue, 11 Dec 2012 05:42:28 +0000 (06:42 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Dec 2012 12:37:57 +0000 (13:37 +0100)
commit7a7d9628f307706238e9043c053472a5575c3b2c
tree9afd4e7fe7d0e7784a2536c3e85a18a14693f6a4
parentb8d0bde59c00471b915c8f876e16fda9fd5f435e
QGraphicsView - remove reference to avoid weird code.

Even though the code before theoretic is ok, we really shouldn't
have a reference since mapFromScene returns a QPointF and not a
const QPointF&.

Change-Id: I5ea8fd238bdbdd21fb1e3b6b5f280d45e3bc43ef
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
src/widgets/graphicsview/qgraphicsview.cpp