summaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-11-24 23:00:14 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-11-24 23:00:14 (GMT)
commit7be365682055db5791e5854d9695c62b942205ab (patch)
tree59c974e33681c87b39f2d221a4f00f78ed74378e /tools/qml
parent862eda78461ad7f4e2a30cc7b6467ace0abf88a9 (diff)
parent422282c4f3e439990abc6c6b79699d943b9541d7 (diff)
downloadQt-7be365682055db5791e5854d9695c62b942205ab.zip
Qt-7be365682055db5791e5854d9695c62b942205ab.tar.gz
Qt-7be365682055db5791e5854d9695c62b942205ab.tar.bz2
Merge branch '4.7-upstream' into 4.7-water
Diffstat (limited to 'tools/qml')
-rw-r--r--tools/qml/qmlruntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qmlruntime.cpp b/tools/qml/qmlruntime.cpp
index 78bc409..7ea77d1 100644
--- a/tools/qml/qmlruntime.cpp
+++ b/tools/qml/qmlruntime.cpp
@@ -1012,7 +1012,7 @@ void QDeclarativeViewer::addPluginPath(const QString& plugin)
void QDeclarativeViewer::reload()
{
- open(currentFileOrUrl);
+ launch(currentFileOrUrl);
}
void QDeclarativeViewer::openFile()