summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-07-27 02:12:56 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-07-27 02:12:56 +0200
commit9f9ba03302499352936ffc8915fa63cdef8e8f77 (patch)
treead679d42e63210c7cf848260e67b027d2f28a321 /components
parent59d579ee05c897c8da6d9fffa23b345ac31c8387 (diff)
downloadkube-9f9ba03302499352936ffc8915fa63cdef8e8f77.tar.gz
kube-9f9ba03302499352936ffc8915fa63cdef8e8f77.zip
remove obsolete import
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/AccountsView.qml2
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
22import org.kube.framework 1.0 as Kube 22import org.kube.framework 1.0 as Kube
23import org.kube.components.accounts 1.0 as KubeAccounts 23import org.kube.components.accounts 1.0 as KubeAccounts
24 24
25import QtQuick.Templates 2.0 as T
26
27Rectangle { 25Rectangle {
28 color: Kube.Colors.backgroundColor 26 color: Kube.Colors.backgroundColor
29 27