On 07/01/2019 19.07, Thiago Macieira wrote: > On Monday, 7 January 2019 12:57:56 PST Matthew Woehlke wrote: >> Can I use std::unique_ptr in a signal? > > No. If you connected two slots to the signal, which one would get the pointer?
...whichever one is dispatched first, "naturally". For my use case, this never happens, so it's not an issue, however I understand not wanting to support it in general. -- Matthew _______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
