Skip to content
Snippets Groups Projects
Commit ee595ceb authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

compile fix

Change-Id: I78394b14c8ec1eddfa9dd12243701bfaaeae9894
Reviewed-on: http://codereview.qt.nokia.com/905


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@nokia.com>
parent 8f9c409c
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ void FormEditorView::nodeCreated(const ModelNode &createdNode)
QmlModelView::nodeCreated(createdNode);
ModelNode node(createdNode);
//If the node has source for components/custom parsers we ignore it.
if (QmlItemNode(node).isValid() && nextNode.modelNode().nodeSourceType() == ModelNode::NodeWithoutSource) //only setup QmlItems
if (QmlItemNode(node).isValid() && node.nodeSourceType() == ModelNode::NodeWithoutSource) //only setup QmlItems
setupFormEditorItemTree(QmlItemNode(node));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment