[Qt-interest] QList, copy problems
sarvesh saran
aquarian.thunder at gmail.com
Sat Oct 15 11:37:41 CEST 2011
> I am having trouble with an application that uses QLists to store pointers
> to objects (QList<QObject*>) . I want to store the original list in another
> qlist which I am not able to.
QList<QList<QObject*> > another_list;
If I use operator= any modifications to the original list( after
> initializing ) is causing a crash!!!
>
>
Some code will help. The description of your problem is too abstract.
thanks,
Sarvesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20111015/1b1ee61d/attachment.html
More information about the Qt-interest-old
mailing list