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
b4ce60b1
Commit
b4ce60b1
authored
Sep 01, 2010
by
hjk
Browse files
debugger: show pending breakpoints using there original icon
The 'eye' was for debugging only. Seems to be stable now.
parent
0c6d7625
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakhandler.cpp
View file @
b4ce60b1
...
...
@@ -60,7 +60,8 @@ BreakHandler::BreakHandler(DebuggerEngine *engine)
:
m_breakpointIcon
(
_
(
":/debugger/images/breakpoint_16.png"
)),
m_disabledBreakpointIcon
(
_
(
":/debugger/images/breakpoint_disabled_16.png"
)),
m_pendingBreakPointIcon
(
_
(
":/debugger/images/breakpoint_pending_16.png"
)),
m_emptyIcon
(
_
(
":/debugger/images/watchpoint.png"
)),
//m_emptyIcon(_(":/debugger/images/watchpoint.png")),
m_emptyIcon
(
_
(
":/debugger/images/breakpoint_pending_16.png"
)),
//m_emptyIcon(_(":/debugger/images/debugger_empty_14.png")),
m_watchpointIcon
(
_
(
":/debugger/images/watchpoint.png"
)),
m_engine
(
engine
),
...
...
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