mirror of https://github.com/cutefishos/calamares
[libcalamares] Tighten up types
- If we're converting a YAML map to a QVariant (Map), may as well express that in the types. This makes the return from, say, `yamlMapToVariant()` cheaper, but incurs conversion in `yamlToVariant()` .. previously the place for costs was swapped around. - For those cases that want-and-expect a Map, or List, this makes the calls slightly cheaper. For the generic case, the costs move around internally.main
parent
2eb84e2de1
commit
1678a03cb3
Loading…
Reference in New Issue