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
Tobias Hunger
qt-creator
Commits
7df591c0
Commit
7df591c0
authored
Jan 12, 2011
by
Marco Bubke
Browse files
QmlDesigner.StatesEditor: Fix crash for removing state
parent
dd6bf41b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/stateseditor/stateseditormodel.cpp
View file @
7df591c0
...
...
@@ -163,7 +163,7 @@ void StatesEditorModel::removeState(int stateIndex)
endRemoveRows
();
emit
dataChanged
(
i
ndex
(
updateIndex
,
0
),
i
ndex
(
updateIndex
,
0
));
emit
dataChanged
(
createI
ndex
(
updateIndex
,
0
),
createI
ndex
(
updateIndex
,
0
));
emit
countChanged
();
}
}
...
...
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