summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-29 03:57:01 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-29 03:57:01 (GMT)
commitdd81331989b2f6487c6c28e04afc56bd98254322 (patch)
tree14ea9d9dbc112a630694203129e66bed8862908d
parent4aa16a2325744ed903736f2c1ffb38b81b117161 (diff)
downloadQt-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.
-rw-r--r--src/declarative/util/qdeclarativeview.cpp1
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();
}