[Development] Qt 5.5.0 header diff: QtMultimedia.diff

Thiago Macieira thiago.macieira at intel.com
Mon Jun 8 23:50:31 CEST 2015


On Monday 08 June 2015 15:40:01 Milian Wolff wrote:
> On Monday 08 June 2015 09:32:42 Thiago Macieira wrote:
> > On Monday 08 June 2015 14:57:19 Joerg Bornemann wrote:
> > > 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."
> > 
> > No.
> 
> Why not? It's simply a bad recommendation.

See the other email: we want to keep QList in the API.

We could expand the recommendation with more uses, though.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list