On Wednesday 20 January 2016 20:48:42 Kevin Kofler wrote: > (That said, for the > particular case of QVector::prepend, that could easily be fixed with the > same trick used in QList.)
In Qt 6. Due to the way QArrayData is currently designed, you cannot reserve space at the beginning without making the container (QString, QByteArray, QVector) think that they're operating on foreign data (fromRawData). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development