Berthold Stoeger
3f2e4e8b16
cleanup: replace Q_FOREACH by range-based for in profile code
...
With Qt-containers, this might be a small pessimization, because
it might lead to a deep copy. This can be "fixed" by
for (const Type &item: qAsConst(container))
But frankly, I don't care. Ultimately it is probably best to
replace the Qt containers by standard containers.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2023-02-17 06:46:46 -08:00
..
2021-12-17 11:54:23 -08:00
2021-12-17 11:54:23 -08:00
2021-12-17 11:54:23 -08:00
2022-09-03 13:51:00 -07:00
2022-09-03 13:51:00 -07:00
2023-02-17 06:46:46 -08:00
2021-12-17 11:54:23 -08:00
2021-12-17 11:54:23 -08:00
2021-01-10 15:57:39 -08:00
2017-04-29 13:32:55 -07:00
2017-04-29 13:32:55 -07:00
2022-03-13 14:58:34 -07:00
2022-03-12 08:28:32 -08:00
2022-03-13 15:06:13 -07:00
2021-12-17 11:54:23 -08:00
2020-12-19 20:19:51 +01:00
2020-12-19 20:19:51 +01:00
2023-02-17 06:46:46 -08:00
2021-12-17 11:54:23 -08:00
2017-04-29 13:32:55 -07:00
2017-04-29 13:32:55 -07:00
2021-12-17 11:54:23 -08:00
2021-12-17 11:54:23 -08:00
2023-02-17 06:46:46 -08:00
2022-09-12 19:30:31 +02:00
2022-10-30 15:02:36 -07:00
2022-10-30 15:02:36 -07:00
2023-02-17 06:46:46 -08:00
2022-09-03 13:51:00 -07:00
2022-10-01 18:47:16 +02:00
2022-10-01 18:47:16 +02:00
2022-03-13 15:08:01 -07:00
2022-03-13 15:08:01 -07:00
2023-02-03 08:24:56 +01:00
2022-04-03 08:29:05 -07:00