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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to