forked from qt-creator/qt-creator
Debugger[gdb/MingW]: Add import statements for Python 2.5
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#
|
||||
#######################################################################
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
def qdump__QAtomicInt(d, item):
|
||||
d.putValue(item.value["_q_value"])
|
||||
d.putNumChild(0)
|
||||
|
||||
Reference in New Issue
Block a user