Gestures & events: compile with QT_STRICT_ITERATORS.
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 24 May 2012 14:43:38 +0000 (16:43 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 25 May 2012 19:46:55 +0000 (21:46 +0200)
commit7c1e0fef8e35ecd8487c41dc39e7ce46537f3040
tree18107ad0061b0d19360f07e79bf19551e404c523
parent57f243594e83708f2daa8147901cbea965e5c295
Gestures & events: compile with QT_STRICT_ITERATORS.

There are a few mixed up iterators that needed cleaning up. We're
missing a constUpperBound and constLowerBound function, though...

This commit sneaks in one change to qtextformat related to
QT_STRICT_ITERATORS but not to gestures and events.

Change-Id: I8c7c840fb5f46c790adbf52952c6009c5b5f2f43
Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
src/gui/text/qtextformat.cpp
src/widgets/graphicsview/qgraphicsscene.cpp
src/widgets/kernel/qgesturemanager.cpp