aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2011-08-09 13:51:37 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-08-09 13:52:35 +0200
commita9c0d4453e07c8d8c1d85209109501f644f6fc89 (patch)
tree17eb024c95dfc37673b5dff0bb43a1d706f76e1c
parent342abadf362850ccdc7c2ca11f27e45d0513cefc (diff)
Remove unnecessary import, removes a warning
Change-Id: If89bec794fe3fe5315b69ad283d35c2ba0abced3 Reviewed-on: http://codereview.qt.nokia.com/2779 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
-rw-r--r--lib/qtcreator/qtcomponents/ScrollBar.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/qtcreator/qtcomponents/ScrollBar.qml b/lib/qtcreator/qtcomponents/ScrollBar.qml
index 18ed13bd54..aa9ce5e704 100644
--- a/lib/qtcreator/qtcomponents/ScrollBar.qml
+++ b/lib/qtcreator/qtcomponents/ScrollBar.qml
@@ -32,7 +32,6 @@
import QtQuick 1.0
import "custom" as Components
-import "plugin"
Item {
id: scrollbar