[Development] Proposal: Deprecate QVector in Qt 6

Thiago Macieira thiago.macieira at intel.com
Fri Apr 24 20:58:38 CEST 2020


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





More information about the Development mailing list