debugger: add new dumper for QBasicAtomicInt

This commit is contained in:
hjk
2010-01-07 14:58:53 +01:00
parent 8377eb3b74
commit 3a3b289f9f

View File

@@ -7,6 +7,11 @@
#
#######################################################################
def qdump__QBasicAtomicInt(d, item):
d.putValue(item.value["_q_value"])
d.putNumChild(0)
def qdump__QByteArray(d, item):
d.putByteArrayValue(item.value)