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
fc69d850
Commit
fc69d850
authored
Jan 20, 2011
by
Marco Bubke
Browse files
QmlDesigner: Restart qmlpuppet for root node change
parent
3f0a4446
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/instances/nodeinstanceview.cpp
View file @
fc69d850
...
...
@@ -314,10 +314,7 @@ void NodeInstanceView::removeInstanceAndSubInstances(const ModelNode &node)
void
NodeInstanceView
::
rootNodeTypeChanged
(
const
QString
&
/*type*/
,
int
/*majorVersion*/
,
int
/*minorVersion*/
)
{
nodeInstanceServer
()
->
clearScene
(
createClearSceneCommand
());
removeAllInstanceNodeRelationships
();
nodeInstanceServer
()
->
createScene
(
createCreateSceneCommand
());
restartProcess
();
}
void
NodeInstanceView
::
bindingPropertiesChanged
(
const
QList
<
BindingProperty
>&
propertyList
,
PropertyChangeFlags
/*propertyChange*/
)
...
...
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