mirror of https://github.com/cutefishos/calamares
[plasmalnf] Older Qt doesn't have -> for iterator
With Qt 5.15.2 (and clang), `k->first` works, but this breaks with Qt 5.11 (and gcc), this is not available and the dereference must be written differently, `(*k).first`.main
parent
ff66eacd0d
commit
06e2db946f
Loading…
Reference in New Issue