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

QmlDesigner: removing qDebug()

parent 4c5ce801
No related merge requests found
......@@ -147,8 +147,6 @@ QmlItemNode QmlModelView::createQmlItemNode(const ItemLibraryInfo &itemLibraryRe
foreach (const PropertyContainer &property, itemLibraryRepresentation.properties())
propertyPairList.append(qMakePair(property.name(), property.value()));
qDebug() << itemLibraryRepresentation.typeName();
newNode = createQmlItemNode(itemLibraryRepresentation.typeName(), itemLibraryRepresentation.majorVersion(), itemLibraryRepresentation.minorVersion(), propertyPairList);
parentNode.nodeAbstractProperty("data").reparentHere(newNode);
......
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