Examples: Remove unused import "../shared"
authorKai Koehne <kai.koehne@digia.com>
Tue, 11 Dec 2012 12:59:44 +0000 (13:59 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Dec 2012 20:08:01 +0000 (21:08 +0100)
Change-Id: I3c84eab1ff97380362828aa96b0d5189cbd62509
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
examples/quick/keyinteraction/keyinteraction.qml
examples/quick/particles/affectors/content/wander.qml

index 6a227ae..d10a028 100644 (file)
@@ -39,7 +39,6 @@
 ****************************************************************************/
 
 import QtQuick 2.0
-import "../shared" as Examples
 
 Loader {//Just loader, since there's only one.
     source: "focus/focus.qml"
index f8ac7ba..67f96ac 100644 (file)
@@ -40,7 +40,6 @@
 
 import QtQuick 2.0
 import QtQuick.Particles 2.0
-import "../../../shared" as UI //Has a shared UI element
 
 Rectangle {
     width: 360