diff options
author | Eike Ziller <eike.ziller@nokia.com> | 2011-08-09 13:51:37 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2011-08-09 13:52:35 +0200 |
commit | a9c0d4453e07c8d8c1d85209109501f644f6fc89 (patch) | |
tree | 17eb024c95dfc37673b5dff0bb43a1d706f76e1c /lib | |
parent | 342abadf362850ccdc7c2ca11f27e45d0513cefc (diff) | |
download | qt-creator-a9c0d4453e07c8d8c1d85209109501f644f6fc89.tar.gz |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/qtcreator/qtcomponents/ScrollBar.qml | 1 |
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 |