From e4e211d3edda287e1b3a91bf939cb124ab2035f2 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Sun, 8 Jan 2012 18:00:31 +0100 Subject: [PATCH] Removed unneeded synchronization I added it to exlude problems due to multithreading, but it is not needed. --- application/view.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/application/view.cpp b/application/view.cpp index 3e2f8d2..9eebee1 100644 --- a/application/view.cpp +++ b/application/view.cpp @@ -88,7 +88,6 @@ View::View(QWidget *parent) : // This does not seem ot work in harmattan. As a workaround, change dir to // the qml dir, then load the file. // m_view->setSource(QUrl::fromLocalFile("qml:main.qml")); - future.waitForFinished(); setSource(trueFilePath("qml:main.qml")); } -- 1.7.9.5