I'd recommend not to allocate QLists on the heap in the first place because it's an implicitly shared class. Allocating it on the stack simplifies your code and makes it much less error prone.
I'd recommend not to allocate QLists on the heap in the first place because it's an implicitly shared class. Allocating it on the stack simplifies your code and makes it much less error prone.
J-P Nurmi
jpn
Thank you for your advice, I'll try this.
Bookmarks