calamares/src/modules/summary
Andrius Štikonas 9f0ca042fe Port away from most cases of Q_FOREACH to C++11 ranged for loop.
In order to avoid deep copies, Qt containers over which we iterate must be const
The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
2016-09-01 16:46:14 +01:00
..
CMakeLists.txt Big configuration overhaul. 2014-08-06 11:54:45 +02:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
SummaryPage.cpp Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
SummaryPage.h Refresh summary widgets on leave. 2016-06-29 19:25:52 +02:00
SummaryViewStep.cpp Refresh summary widgets on leave. 2016-06-29 19:25:52 +02:00
SummaryViewStep.h Refresh summary widgets on leave. 2016-06-29 19:25:52 +02:00