forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user