On Wednesday 06 February 2008, Marius Kintel wrote: > Hi, > > I think some of the wrapped methods of QStandardItem miss the > ownership transfer, e.g.: > qstandarditemmodel.sip:274: > > %If (Qt_4_3_0 -) > void insertRows(int row, const QList<QStandardItem*> &items); > %End > %If (Qt_4_3_0 -) > void appendRows(const QList<QStandardItem*> &aitems); > %End
Fixed in tonight's snapshot. > Adding a /Transfer/ to these seem to fix my immediate issues. I guess > the same might go for similar methods added in Qt-4.3. Do you have any in mind - I couldn't find anything. Thanks, Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
