[Development] Proposal: Deprecate QVector in Qt 6
Albert Astals Cid
albert.astals.cid at kdab.com
Thu Apr 23 10:16:56 CEST 2020
El dijous, 23 d’abril de 2020, a les 9:43:33 CEST, Simon Hausmann va escriure:
> Hi,
>
> In dev we've had QVector being an alias for QList for a while now.
It's the other way around, isn't it?
corelib/tools/qcontainerfwd.h:
template<typename T> using QList = QVector<T>;
Cheers,
Albert
--
Albert Astals Cid | albert.astals.cid at kdab.com | Senior Software Engineer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - The Qt, C++ and OpenGL Experts
More information about the Development
mailing list