nested QMap in qt

Posted by goutham on Stack Overflow See other posts from Stack Overflow or by goutham
Published on 2010-03-20T12:12:35Z Indexed on 2010/03/20 12:21 UTC
Read the original article Hit count: 354

Filed under:
|

I am trying to use this code in my QT app

QMap<QString,QMap>

but there is a build problem it says

C:/****/****/****/***/domparser.h:14: error: type/value mismatch at argument 2 in template parameter list for 'template<class Key, class T> class QMap'

© Stack Overflow or respective owner

Related posts about qt

Related posts about qmap