[Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

Kevin Kofler kevin.kofler at chello.at
Tue Jul 21 02:29:29 CEST 2015


Smith Martin wrote:
> And apparently QVector has the same API as QList now, so why don't we
> deprecate QList. Let it always create a QVector.

Because that would fail the performance promises in the QList documentation. 
QVector is NOT always more efficient.

        Kevin Kofler




More information about the Development mailing list