Commit 074578b
committed
refactor(task): use asKeyValueRange() for Qt container iteration
This improves iteration over the compilerConfiguration map by replacing toStdMap() with asKeyValueRange(). This Qt 6+ feature provides a lightweight view over the container's key-value pairs, eliminating the unnecessary intermediate std::map allocation.
(cherry picked from commit 6eb9c90)1 parent ad75478 commit 074578b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
0 commit comments