On Monday 08 June 2015 15:38:21 Marc Mutz wrote: > > + QList<QSize> supportedViewfinderResolutions( > > + const QCameraViewfinderSettings &settings = > > QCameraViewfinderSettings()) const; > > QList<QSize> should be QVector<QSize>
We know that QList is defective, but let's keep it in API. We'll get a chance to fix QList for Qt 6. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
