On 08-Jun-15 15:38, Marc Mutz wrote:

> QList<QSize> should be QVector<QSize>

Speaking of that, should we adjust the following recommendation in the docs?

"For most purposes, QList is the right class to use. Its index-based API 
is more convenient than QLinkedList's iterator-based API, and it is 
usually faster than QVector because of the way it stores its items in 
memory. It also expands to less code in your executable."


BR,

Joerg
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to