Remove .values() call in foreach
authorAlbert Astals Cid <aacid@kde.org>
Sat, 23 Jun 2012 07:55:43 +0000 (09:55 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 27 Jun 2012 10:46:47 +0000 (12:46 +0200)
commit7a0f14c569e412252c7246d78c07454e04afd6f4
tree505d8e765381d23e90850004399859fe7ed76062
parent9a2dca09a369feae94b7e7d79ea9e70a0cbfc196
Remove .values() call in foreach

foreach already knows how to iterate over the values without the need to create an intermediate qlist

Change-Id: I4622a36fbdbf536a75f26b42e32488a77d078f02
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp