Thanks for spotting that for me..
Will make sure to use QObject only if I need so.As a recommendation: don't use QObject as a base class unless you need it. Here actual "value" type classes would likely better.
Currently you are leaking all entries in itemList
I guess parenting the entries int the itemList will stop the leak. Correct me if i'm mistaken.





Reply With Quote
Bookmarks