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
0d4b3ee8
Commit
0d4b3ee8
authored
Mar 25, 2010
by
hjk
Browse files
debugger: better tell gdb about changed breakpoint attributes.
parent
89ae2641
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakwindow.cpp
View file @
0d4b3ee8
...
...
@@ -332,6 +332,7 @@ void BreakWindow::editConditions(const QModelIndexList &list)
model
()
->
setData
(
idx
.
sibling
(
idx
.
row
(),
4
),
ui
.
lineEditCondition
->
text
());
model
()
->
setData
(
idx
.
sibling
(
idx
.
row
(),
5
),
ui
.
spinBoxIgnoreCount
->
value
());
}
emit
breakpointSynchronizationRequested
();
}
void
BreakWindow
::
resizeColumnsToContents
()
...
...
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