[Development] Question about QCoreApplicationData::*_libpaths

Thiago Macieira thiago.macieira at intel.com
Wed Jan 20 22:19:09 CET 2016


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




More information about the Development mailing list