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
52e1894d
Commit
52e1894d
authored
Aug 18, 2010
by
hjk
Browse files
debugger: fix merge
parent
b59fa0cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/dumper.py
View file @
52e1894d
...
...
@@ -864,6 +864,7 @@ class Item:
# This is a mapping from 'type name' to 'display alternatives'.
qqFormats
=
{}
qqDumpers
=
{}
qqNs
=
""
...
...
share/qtcreator/gdbmacros/gdbmacros.py
View file @
52e1894d
...
...
@@ -631,6 +631,7 @@ def qdump__QObject(d, item):
d
.
putNumChild
(
4
)
if
d
.
isExpanded
(
item
):
with
Children
(
d
):
d
.
putFields
(
item
)
# Parent and children.
if
stripClassTag
(
str
(
item
.
value
.
type
))
==
d
.
ns
+
"QObject"
:
d
.
putItem
(
Item
(
d_ptr
[
"parent"
],
item
.
iname
,
"parent"
,
"parent"
))
...
...
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