[Development] Proposal: Deprecate QVector in Qt 6
Thiago Macieira
thiago.macieira at intel.com
Thu Apr 23 15:52:40 CEST 2020
On Thursday, 23 April 2020 02:15:29 PDT Simon Hausmann wrote:
> Proposed:
>
> template <typename T> using QVector = QList<T>; // mark deprecated
> template <typename T> class QList { $(implementation to be moved); }
Proposal 2:
template <typename T> class QList { $(implementation to be moved); }
template <typename T> using QVector = QList<T>;
no deprecation.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel System Software Products
More information about the Development
mailing list