debugger: also simplify diplayed type of nested std::containers

This commit is contained in:
hjk
2009-06-23 10:24:25 +02:00
parent 3a851daf2c
commit 69f58777c2
7 changed files with 269 additions and 81 deletions
+2
View File
@@ -896,6 +896,7 @@ static void qDumpQAbstractItem(QDumper &d)
d.endHash();
}
}
/*
d.beginHash();
P(d, "name", "DisplayRole");
P(d, "numchild", 0);
@@ -903,6 +904,7 @@ static void qDumpQAbstractItem(QDumper &d)
P(d, "valueencoded", 2);
P(d, "type", NS"QString");
d.endHash();
*/
d << "]";
}
d.disarm();