qt6-bb10/src/widgets
Marc Mutz f9ba58a13b Fix scoping of loop variables in QApplicationPrivate::dispatchEnterLeave()
Don't reuse 'w' as the loop variable for every loop in the
(very long) function. Scope the variable closer, or, where
there are no natural scopes, define a new variable.

Required turning some while loops into (more natural) for
loops.

Change-Id: I7d1a52503aeb19cd76be22153ba3d0961bd44cae
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-11-30 14:10:29 +00:00
..
accessible QtWidgets: use Q_UNLIKELY for every qWarning() (2) 2015-11-25 16:27:11 +00:00
dialogs QtWidgets: use Q_UNLIKELY for every qWarning() (1) 2015-11-21 14:26:07 +00:00
doc Remove remaining support for Blackberry 2015-11-21 15:38:39 +00:00
effects QtWidgets: use Q_UNLIKELY for every qWarning() (2) 2015-11-25 16:27:11 +00:00
graphicsview QtWidgets: use new qUtf16Printable() instead of qPrintable() 2015-11-21 14:26:00 +00:00
itemviews QtWidgets: use Q_UNLIKELY for every qWarning() (2) 2015-11-25 16:27:11 +00:00
kernel Fix scoping of loop variables in QApplicationPrivate::dispatchEnterLeave() 2015-11-30 14:10:29 +00:00
statemachine Fix some qdoc-warnings. 2015-07-10 18:01:39 +00:00
styles Remove dead code. 2015-11-27 11:55:24 +00:00
util Merge remote-tracking branch 'origin/5.6' into dev 2015-11-27 08:27:53 +01:00
widgets Remove dead code. 2015-11-27 11:55:24 +00:00
Qt5WidgetsConfigExtras.cmake.in
Qt5WidgetsMacros.cmake Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
QtWidgets.dynlist
widgets.pro fix usage of wince scope 2015-06-05 10:29:10 +00:00