On Thursday, 23 April 2020 08:04:27 PDT Julius Bullinger wrote: > And I have to remember if QStringList is the same as as QList<QString>, > or if it's actually a different container with a different API.
In Qt 5 it is a different type with extra API. In Qt 6, those extra methods should move to an extra base class of QList/QVector (QLisstSpecialMethods) so it is an actual QList<QString>. Ditto for QList<QByteArray>. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development