Added more dumper auto tests.

Added test for QImage and fixed bug uncovered by that test.
Also prepared test for QSharedPointer.
This commit is contained in:
ck
2009-07-16 14:35:49 +02:00
parent 2cf063fba9
commit 0a0b16a1db
2 changed files with 108 additions and 0 deletions

View File

@@ -1561,6 +1561,7 @@ static void qDumpQImage(QDumper &d)
d.putItem("type", NS "QImageData");
d.putItem("addr", d.data);
d.endHash();
d.endChildren();
}
d.disarm();
}