diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-27 15:49:50 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-27 15:49:50 +0100 |
commit | d0449b5af08c011ee9f66348a051fed94c590879 (patch) | |
tree | 3703c484d2393530818b4eff73359dcf484918da /framework/qml/ScrollHelper.qml | |
parent | 3ae11ebb63e1b816161d2421114f3664adfc0d78 (diff) | |
download | kube-d0449b5af08c011ee9f66348a051fed94c590879.tar.gz kube-d0449b5af08c011ee9f66348a051fed94c590879.zip |
Removed unnecessary import
Diffstat (limited to 'framework/qml/ScrollHelper.qml')
-rw-r--r-- | framework/qml/ScrollHelper.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/ScrollHelper.qml b/framework/qml/ScrollHelper.qml index b8533a9c..9fe47b6c 100644 --- a/framework/qml/ScrollHelper.qml +++ b/framework/qml/ScrollHelper.qml | |||
@@ -19,7 +19,6 @@ | |||
19 | 19 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Controls 2 | 21 | import QtQuick.Controls 2 |
22 | import org.kube.framework 1.0 as Kube | ||
23 | 22 | ||
24 | /* | 23 | /* |
25 | * The MouseArea + interactive: false + maximumFlickVelocity are required | 24 | * The MouseArea + interactive: false + maximumFlickVelocity are required |