Why am I not able to create a QList of QList's?
Ex:
Qt Code:
QList<QList> * tileList; Error: type/value mismatch at argument 1 in template parameter list for 'template<class T> class QList' expected a type, got 'QList'To copy to clipboard, switch view to plain text mode
Bookmarks