[Interest] Qt containers deprecated with 5.0?

Burak Arslan burak.arslan at arskom.com.tr
Tue Nov 29 07:43:56 CET 2016



On 11/28/16 12:54, André Somers wrote:
> there is nothing wrong with using std containers in a Qt application,

Aren't qt-branded containers emit-friendly? AFAIK the meaty bits are
refcounted which makes it a non-issue to pass them around from signals
to slots (even across thread boundaries). How should one use std
containers in such cases? wrap everything with a std::shared_ptr  ?

burak



More information about the Interest mailing list