Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
614d09da
Commit
614d09da
authored
Apr 09, 2010
by
Friedemann Kleint
Browse files
Debugger[gdb/MingW]: Add import statements for Python 2.5
parent
043164b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/dumper.py
View file @
614d09da
from
__future__
import
with_statement
#Note: Keep name-type-value-numchild-extra order
#Note: Keep name-type-value-numchild-extra order
#return
#return
...
...
share/qtcreator/gdbmacros/gdbmacros.py
View file @
614d09da
...
@@ -7,6 +7,8 @@
...
@@ -7,6 +7,8 @@
#
#
#######################################################################
#######################################################################
from
__future__
import
with_statement
def
qdump__QAtomicInt
(
d
,
item
):
def
qdump__QAtomicInt
(
d
,
item
):
d
.
putValue
(
item
.
value
[
"_q_value"
])
d
.
putValue
(
item
.
value
[
"_q_value"
])
d
.
putNumChild
(
0
)
d
.
putNumChild
(
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment