On Thu, Sep 12, 2013 at 10:18 PM, Stas Boukarev <stassats@gmail.com> wrote:
There's something strange going on, I added a QList<QGraphicsItem*>
marshaller, but when i try to use it with #_createItemGroup, it crashes
hard with free(): invalid pointer: 0x00007ffff4375350.

You're probably better off for now with explicit item group functions,
like (#_addToGroup QGraphicsItemGroup item)
I used a manually managed group instead :)
Until now, nothing has prevented me from implementing what I need. I just posted some issues I found during developement.

- Rujia