[Development] The future of smart pointers in Qt API

Eike Ziller Eike.Ziller at qt.io
Fri Feb 7 09:14:55 CET 2020


QList is most definitely a typedef to QVector in Qt/dev:

https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/tools/qcontainerfwd.h

> On 6. Feb 2020, at 20:20, Иван Комиссаров <abbapoh at gmail.com> wrote:
> 
> Wait, what?? When did that decision was made?
> 
> I am tired fixing performance bugs induced be the replacement QList<T*> with QList<shared_ptr<T>>, can we please get rid of the QList class finally?
> 
>> 6 февр. 2020 г., в 20:14, Matthew Woehlke <mwoehlke.floss at gmail.com> написал(а):
>> I thought we decided *not* to
>> do that!)
>> 
> 
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> https://lists.qt-project.org/listinfo/development

-- 
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Erich-Thilo-Straße 10
D-12489 Berlin
eike.ziller at qt.io
http://qt.io
Geschäftsführer: Mika Pälsi,
Juha Varelius, Mika Harjuaho
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B



More information about the Development mailing list