Move everything to QList before processing () or reimplement QList to deal with stdlist or write your own one from scratchQt Code:
QList<T> fromStdList ( const std::list<T> & list )To copy to clipboard, switch view to plain text mode
Move everything to QList before processing () or reimplement QList to deal with stdlist or write your own one from scratchQt Code:
QList<T> fromStdList ( const std::list<T> & list )To copy to clipboard, switch view to plain text mode
Bookmarks