diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-27 02:12:56 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-27 02:12:56 +0200 |
commit | 9f9ba03302499352936ffc8915fa63cdef8e8f77 (patch) | |
tree | ad679d42e63210c7cf848260e67b027d2f28a321 /components | |
parent | 59d579ee05c897c8da6d9fffa23b345ac31c8387 (diff) | |
download | kube-9f9ba03302499352936ffc8915fa63cdef8e8f77.tar.gz kube-9f9ba03302499352936ffc8915fa63cdef8e8f77.zip |
remove obsolete import
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/AccountsView.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/kube/contents/ui/AccountsView.qml b/components/kube/contents/ui/AccountsView.qml index 9a88ea7a..718b1b04 100644 --- a/components/kube/contents/ui/AccountsView.qml +++ b/components/kube/contents/ui/AccountsView.qml | |||
@@ -22,8 +22,6 @@ import QtQuick.Controls 1.3 as Controls | |||
22 | import org.kube.framework 1.0 as Kube | 22 | import org.kube.framework 1.0 as Kube |
23 | import org.kube.components.accounts 1.0 as KubeAccounts | 23 | import org.kube.components.accounts 1.0 as KubeAccounts |
24 | 24 | ||
25 | import QtQuick.Templates 2.0 as T | ||
26 | |||
27 | Rectangle { | 25 | Rectangle { |
28 | color: Kube.Colors.backgroundColor | 26 | color: Kube.Colors.backgroundColor |
29 | 27 | ||