Re: [Development] Monthly CI maintenance break - May (Mon 2nd May 2022)

2022-05-01 Thread Ville-Pekka Karhu
This maintenance break starts NOW From: Ville-Pekka Karhu Sent: Monday, April 25, 2022 09:18 To: Qt development mailing list Subject: Monthly CI maintenance break - May (Mon 2nd May 2022) Hi all! We’ll have our scheduled maintenance break on next Monday (2nd of

Re: [Development] Problem with QML garbage collection (Qt 5.15)

2022-05-01 Thread Alberto Mardegan
Hi Furkan, On 01/05/22 20:01, Furkan Üzümcü wrote: I think adding an object to a `ListModel` does not alter its ownership. If the page with the initial property which holds a reference to the object returned from the C++ method is destroyed, then I would expect that object to be destroyed as

Re: [Development] Problem with QML garbage collection (Qt 5.15)

2022-05-01 Thread Furkan Üzümcü
I think adding an object to a `ListModel` does not alter its ownership. If the page with the initial property which holds a reference to the object returned from the C++ method is destroyed, then I would expect that object to be destroyed as well. Personally, I usually prefer to control the