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
Tobias Hunger
qt-creator
Commits
a3c3fa02
Commit
a3c3fa02
authored
Mar 22, 2011
by
Thomas Hartmann
Browse files
QmlDesigner.formEditor: crashfix
This fixes a rare crash. Reviewed-by: Kai Koehne
parent
c8669cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/formeditorview.cpp
View file @
a3c3fa02
...
...
@@ -188,8 +188,8 @@ void FormEditorView::nodeAboutToBeRemoved(const ModelNode &removedNode)
}
foreach
(
FormEditorItem
*
item
,
m_scene
->
allFormEditorItems
())
{
delete
item
;
m_scene
->
removeItemFromHash
(
item
);
delete
item
;
}
QmlModelView
::
rootNodeTypeChanged
(
type
,
majorVersion
,
minorVersion
);
...
...
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