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