diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-29 03:57:01 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-29 03:57:01 (GMT) |
commit | dd81331989b2f6487c6c28e04afc56bd98254322 (patch) | |
tree | 14ea9d9dbc112a630694203129e66bed8862908d /src | |
parent | 4aa16a2325744ed903736f2c1ffb38b81b117161 (diff) | |
download | Qt-dd81331989b2f6487c6c28e04afc56bd98254322.zip Qt-dd81331989b2f6487c6c28e04afc56bd98254322.tar.gz Qt-dd81331989b2f6487c6c28e04afc56bd98254322.tar.bz2 |
Remove total wrongness.
Base URL of engine is not what some people think it is.
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/util/qdeclarativeview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativeview.cpp b/src/declarative/util/qdeclarativeview.cpp index 8e65151..138fe3c 100644 --- a/src/declarative/util/qdeclarativeview.cpp +++ b/src/declarative/util/qdeclarativeview.cpp @@ -289,7 +289,6 @@ QDeclarativeView::~QDeclarativeView() void QDeclarativeView::setSource(const QUrl& url) { d->source = url; - d->engine.setBaseUrl(url); d->execute(); } |