summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-16 08:30:29 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-16 08:30:29 (GMT)
commitb3ee5b597f93ab525320d725c74fa0b8b21f4c3e (patch)
tree80a41535f841ee5f1272d9e57897b0b4bfcc4cc9 /src/declarative/qml
parent7db99f103981b6b45cb70a5837eb6b439d33e207 (diff)
parent6b0c2119fc87be3a512d312e8ddfd77d1aa3607b (diff)
downloadQt-b3ee5b597f93ab525320d725c74fa0b8b21f4c3e.zip
Qt-b3ee5b597f93ab525320d725c74fa0b8b21f4c3e.tar.gz
Qt-b3ee5b597f93ab525320d725c74fa0b8b21f4c3e.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlcompositetypemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompositetypemanager.cpp b/src/declarative/qml/qmlcompositetypemanager.cpp
index 7dbe788..fa68951 100644
--- a/src/declarative/qml/qmlcompositetypemanager.cpp
+++ b/src/declarative/qml/qmlcompositetypemanager.cpp
@@ -168,6 +168,7 @@ QmlCompositeTypeData *QmlCompositeTypeManager::get(const QUrl &url)
if (!unit) {
unit = new QmlCompositeTypeData;
unit->status = QmlCompositeTypeData::Waiting;
+ unit->progress = 0.0;
unit->imports.setBaseUrl(url);
components.insert(url.toString(), unit);
@@ -217,7 +218,6 @@ void QmlCompositeTypeManager::replyFinished()
Q_ASSERT(unit);
if (reply->error() != QNetworkReply::NoError) {
-
QString errorDescription;
// ### - Fill in error
errorDescription = QLatin1String("Network error for URL ") +