On Wednesday, 9 September 2020 06:38:01 PDT Andrei Golubev wrote: > > I don't understand what this means. Am I supposed to reserve a > > container to its current size before erasing elements > > from it, if I don't want the erase to shrink it? > Yes.
If we implement this behaviour. That's the dilemma that Andrei was talking about. Either solution is valid and both have a way for you to tell QList to do what you want. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel DPG Cloud Engineering _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
