Removed unneeded synchronization
authorLuciano Montanaro <mikelima@cirulla.net>
Sun, 8 Jan 2012 17:00:31 +0000 (18:00 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Sun, 8 Jan 2012 17:00:31 +0000 (18:00 +0100)
I added it to exlude problems due to multithreading, but it is not
needed.

application/view.cpp

index 3e2f8d2..9eebee1 100644 (file)
@@ -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"));
 }