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

Thiago Macieira thiago.macieira at intel.com
Tue Jul 21 18:52:44 CEST 2015


On Tuesday 21 July 2015 16:14:18 Bubke Marco wrote:
> Thiago Macieira <thiago.macieira at intel.com>
> 
> > > > Or like QString and QByteArray will be in Qt 6.
> > > 
> > > Are these still implicitly shared?
> > 
> > Yes, in large mode. In small string/array mode, they wouldn't share, of
> > course.
> 
> What about the conversion of std::vector to QVector and back. Do we get zero
> copy conversion?

Can't be done.

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




More information about the Development mailing list