summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-24 10:00:37 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-24 10:00:37 +0100
commitf0d82e708e435f2d7f6d8e066481286bd023dff9 (patch)
treef1d678ba537f728eace3706165922dbde72d837c
parentaf2e92982b722ed0ea8f465649b843cb5ed4fda7 (diff)
downloadkube-f0d82e708e435f2d7f6d8e066481286bd023dff9.tar.gz
kube-f0d82e708e435f2d7f6d8e066481286bd023dff9.zip
Cleanup
-rw-r--r--framework/qml/LoginAccount.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/LoginAccount.qml b/framework/qml/LoginAccount.qml
index 261746d5..78558701 100644
--- a/framework/qml/LoginAccount.qml
+++ b/framework/qml/LoginAccount.qml
@@ -24,7 +24,6 @@ import org.kube.framework 1.0 as Kube
24Item { 24Item {
25 id: root 25 id: root
26 property string accountId 26 property string accountId
27 property bool canRemove: true
28 27
29 signal done() 28 signal done()
30 29