Fix relative import path
authorAlan Alpert <alan.alpert@nokia.com>
Tue, 21 Aug 2012 03:49:48 +0000 (13:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Sun, 26 Aug 2012 23:43:51 +0000 (01:43 +0200)
Change-Id: I4c63c4c4ca58b630a454e455360080f7e4f4e4cc
Reviewed-by: Bea Lam <bea.lam@nokia.com>
examples/localstorage/localstorage/localstorage.qml

index 714774c..f492b65 100644 (file)
@@ -39,7 +39,7 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../shared" as Examples
+import "../../shared" as Examples
 
 /*!
     \title QtQuick Examples - Local Storage