Hello,
if im using a QList for images, images contains a null pointer after each iteration of the loop. It works fine with QLinkedList or QVector.
Why?
thanksQt Code:
while (i != files.end()) { images << img; i++; }To copy to clipboard, switch view to plain text mode
Garg
Bookmarks