[Qt-interest] how to iterate multi-dimensional QMap?
franki
franki at franki.eu.org
Wed Aug 11 15:28:45 CEST 2010
Hi all,
I have two dimensional QMap and a QMapIterator
QMap<QString,QMap <QString,QString> > wdata;
QMapIterator<QString, QMap <QString,QString> > it(wdata);
When I'm trying to compile it, gives me error:
error: ‘wdata’ is not a type
I'm just looking for a way to iterate through this map.
I was searching the net, but no luck
please help
Marek
More information about the Qt-interest-old
mailing list