Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
0277bab0
Commit
0277bab0
authored
Dec 16, 2010
by
hjk
Browse files
debugger: make connection list count formally correct
Task-number: QTCREATORBUG-2785
parent
efeb329a
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/gdbmacros.py
View file @
0277bab0
...
...
@@ -827,7 +827,7 @@ def qdump__QObject(d, item):
connectionListCount
=
0
if
not
isNull
(
connections
):
connectionListCount
=
connections
[
"d"
][
"size"
]
d
.
putItemCount
(
connectionListCount
)
d
.
putItemCount
(
connectionListCount
,
0
)
d
.
putNumChild
(
connectionListCount
)
if
d
.
isExpandedIName
(
item
.
iname
+
".connections"
):
with
Children
(
d
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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