Details
Description
Dumpers for the following QMaps don't work
- typedef QMap<uint, QStringList> T;
- QMap<QString, QPointer<QObject> > map;
(works for the map, but the value is shown raw) - QList<nsA::nsB::SomeType *> x;
Dumpers for the following QMaps don't work