QmlDesigner: using Qt 4.7 again

We need to support the N900

Reviewed-by: Kai Koehne
This commit is contained in:
Thomas Hartmann
2010-10-06 09:46:48 +02:00
parent d211050e07
commit f2ada23d26
157 changed files with 1261 additions and 638 deletions

View File

@@ -109,7 +109,7 @@ void ComponentView::searchForComponentAndAddToList(const ModelNode &node)
foreach (const ModelNode &childNode, nodeList) {
if (childNode.type() == "QtQuick/Component") {
if (childNode.type() == "Qt/Component") {
if (!childNode.id().isEmpty()) {
QStandardItem *item = new QStandardItem(childNode.id());
item->setData(QVariant::fromValue(childNode), ModelNodeRole);