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
Marco Bubke
flatpak-qt-creator
Commits
ff9d3239
Commit
ff9d3239
authored
Mar 02, 2011
by
hjk
Browse files
debugger: fix thinko
parent
827fbd6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakhandler.cpp
View file @
ff9d3239
...
...
@@ -1254,7 +1254,7 @@ QString BreakHandler::BreakpointItem::toToolTip() const
str
<<
"<tr><td>"
<<
tr
(
"Multiple Addresses:"
)
<<
"</td><td>"
;
foreach
(
quint64
address
,
response
.
addresses
)
{
formatAddress
(
str
,
data
.
address
);
formatAddress
(
str
,
address
);
str
<<
" "
;
}
str
<<
"</td></tr>"
;
...
...
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