QGraphicsView - add const to a not modified local variable
authorThorbjørn Lund Martsum <tmartsum@gmail.com>
Tue, 11 Dec 2012 06:29:44 +0000 (07:29 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Dec 2012 12:37:57 +0000 (13:37 +0100)
commit3e7e61f856c265504ded63f777f1df111a78269d
tree00e6f5a3e84eb25f290084c4fa8be63a4638fc55
parent7a7d9628f307706238e9043c053472a5575c3b2c
QGraphicsView - add const to a not modified local variable

The QPointF ep is not modified. There is no reason it shouldn't
be const.

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