aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-17 10:35:56 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-19 09:20:43 +0000
commit7d5ce4284badb1fd54a67938039d0a1908f34370 (patch)
tree8728b6e3e13fd35b4187f2eb6cc2bcdc7b98f69e /src/qml/qml/qqmlcomponent.cpp
parentd63a75164a76410d4fe10fe2503d7087f0dd71d8 (diff)
Cleanup
Remove two dummy forwarding functions Change-Id: I053f9aecc761772c932550a0ddbea390621049c1 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlcomponent.cpp')
-rw-r--r--src/qml/qml/qqmlcomponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp
index 61a4b701c0..6aa3710731 100644
--- a/src/qml/qml/qqmlcomponent.cpp
+++ b/src/qml/qml/qqmlcomponent.cpp
@@ -570,7 +570,7 @@ QQmlComponent::QQmlComponent(QQmlEngine *engine, QQmlCompiledData *cc, int start
d->cc = cc;
cc->addref();
d->start = start;
- d->url = cc->url();
+ d->url = cc->compilationUnit->url();
d->progress = 1.0;
}