subsurface/mobile-widgets
Rolf Eike Beer c4c8094e32 get rid of some foreach and Q_FOREACH constructs
See https://www.kdab.com/goodbye-q_foreach/

This is reduced to the places where the container is const or can be made const
without the need to always introduce an extra variable. Sadly qAsConst (Qt 5.7)
and std::as_const (C++17) are not available in all supported setups.

Also do some minor cleanups along the way.

Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
2019-04-12 12:59:17 +03:00
..
qml Mobile: only show dive computers in the Bluetooth connection list 2019-02-14 09:05:58 -08:00
qmlmanager.cpp get rid of some foreach and Q_FOREACH constructs 2019-04-12 12:59:17 +03:00
qmlmanager.h Mobile: only show dive computers in the Bluetooth connection list 2019-02-14 09:05:58 -08:00
qmlprefs.cpp Mobile: set units system in "No cloud mode" 2018-09-19 14:41:11 -07:00
qmlprefs.h mobile-widgets: replace qmlprefs::theme with qPrefDisplay::theme 2018-09-12 20:18:32 -07:00