[Development] Question about QCoreApplicationData::*_libpaths

Thiago Macieira thiago.macieira at intel.com
Tue Jan 19 20:13:26 CET 2016


On Tuesday 19 January 2016 13:00:46 Matthew Woehlke wrote:
> >> - not requiring op= / default ctor in QVector
> > 
> > Not interesting to me.
> 
> What about immutable types? I think this is worthwhile...

I don't. It's possible, but I don't have an interest in supporting this.

> >> - move-only payload types (hard with CoW)
> > 
> > Ditto.
> 
> Per above, I would *definitely* like to see this in Qt. (Also, movable
> QScopedPointer...)

Use unique_ptr instead. QScopedPointer should not leave the scope, as its name 
implies.

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




More information about the Development mailing list