Without keyword "new":
Qt Code:
QList<QPixmap> thumbnails; ... // qDeleteAll(thumbnails); // remove this thumbnails.clear(); ... thumbnails += image;To copy to clipboard, switch view to plain text mode
Without keyword "new":
Qt Code:
QList<QPixmap> thumbnails; ... // qDeleteAll(thumbnails); // remove this thumbnails.clear(); ... thumbnails += image;To copy to clipboard, switch view to plain text mode
J-P Nurmi
timothy.crosley (14th August 2007)
Bookmarks