summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-17 06:48:36 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-17 06:48:36 (GMT)
commitdff083ccb6971fa28d838493353857783297b4a9 (patch)
tree8b2f421cb4539e04c822a45a3b7a4abf8d9b9352 /src/declarative
parent43a497cac00a93f015ec62339529f36ba3f19ece (diff)
downloadQt-dff083ccb6971fa28d838493353857783297b4a9.zip
Qt-dff083ccb6971fa28d838493353857783297b4a9.tar.gz
Qt-dff083ccb6971fa28d838493353857783297b4a9.tar.bz2
Remove debuggery
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/qml/qmlcompositetypemanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompositetypemanager.cpp b/src/declarative/qml/qmlcompositetypemanager.cpp
index 9af5c3c..3037051 100644
--- a/src/declarative/qml/qmlcompositetypemanager.cpp
+++ b/src/declarative/qml/qmlcompositetypemanager.cpp
@@ -251,7 +251,6 @@ void QmlCompositeTypeManager::setData(QmlCompositeTypeData *unit,
error.setUrl(url);
error.setDescription(tr("Import %1 unavailable").arg(imp.uri));
unit->errors << error;
-qDebug() << "ERR";
ok = false;
}
}