Commit c57f60ff authored by Thorbjørn Lund Martsum's avatar Thorbjørn Lund Martsum Committed by The Qt Project
Browse files

QGraphicsView - move rubberband-handling into a private function


This patch moves the rubberband-handling from QGraphicsView::mouseMoveEvent
to QGraphicsViewPrivate::updateRubberBand. This function is then
called from QGraphicsView::mouseMoveEvent.

I have removed some d-> and added some q-> but beside that
nothing is changed in the code.

Change-Id: Iab70c55635c43733e0e02bb70e2bb03b90bf62f0
Reviewed-by: default avatarAndy Shaw <andy.shaw@digia.com>
Reviewed-by: default avatarMarc Mutz <marc.mutz@kdab.com>
parent 9914aa33
Showing with 55 additions and 48 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment