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
e1e680db
Commit
e1e680db
authored
Nov 16, 2010
by
hjk
Browse files
debugger: fix cut&paste error in breakpoint states
parent
886a9736
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakhandler.cpp
View file @
e1e680db
...
...
@@ -631,7 +631,7 @@ void BreakHandler::notifyBreakpointInsertFailed(BreakpointId id)
void
BreakHandler
::
notifyBreakpointRemoveProceeding
(
BreakpointId
id
)
{
QTC_ASSERT
(
state
(
id
)
==
BreakpointRemoveRequested
,
/**/
);
setState
(
id
,
Breakpoint
Insert
Proceeding
);
setState
(
id
,
Breakpoint
Remove
Proceeding
);
}
void
BreakHandler
::
notifyBreakpointRemoveOk
(
BreakpointId
id
)
...
...
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