Hi Shawn!
tir. 4. feb. 2020 kl. 08:15 skrev Shawn Rutledge :
>
> > On 3 Feb 2020, at 10:26, Ola Røer Thorsen wrote:
> >
> > - The biggest struggle I have with Qt currently regarding pointers is
> when you share a dynamic model of QObject* to qml. Here it would actually
> be useful to have shared
> On 3 Feb 2020, at 10:26, Ola Røer Thorsen wrote:
>
> - The biggest struggle I have with Qt currently regarding pointers is when
> you share a dynamic model of QObject* to qml. Here it would actually be
> useful to have shared_ptr, and I've solved this with some Q_GADGET-based
> wrappers. (O