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
6bf46c19
Commit
6bf46c19
authored
Mar 05, 2010
by
hjk
Browse files
dbugger: fix Q{Weak,Shared}Pointer dumper
parent
e2cc3c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/gdbmacros.py
View file @
6bf46c19
...
...
@@ -1666,7 +1666,7 @@ def qdump__QWeakPointer(d, item):
check
(
int
(
weakref
)
<=
10
*
1000
*
1000
)
innerType
=
item
.
value
.
type
.
template_argument
(
0
)
if
isSimpleType
(
value
.
dereference
()):
if
isSimpleType
(
value
.
dereference
()
.
type
):
d
.
putItemHelper
(
Item
(
value
.
dereference
(),
item
.
iname
,
None
))
else
:
d
.
putValue
(
""
)
...
...
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