debugger: new dumper for QAtomicInt

This commit is contained in:
hjk
2010-01-07 15:27:16 +01:00
parent 749beeeb45
commit a8c6b06a16

View File

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