summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-26 20:18:05 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-26 20:18:05 +0200
commitc8df955b2866e8aa6279486b8395a3bd2e79f9d5 (patch)
treed6d678ff9474b8de9ecb500323a35dd47483af9a
parentc19058a850e6f44d54e3b8604e191ccfe71b7a97 (diff)
downloadkube-c8df955b2866e8aa6279486b8395a3bd2e79f9d5.tar.gz
kube-c8df955b2866e8aa6279486b8395a3bd2e79f9d5.zip
Avoid warning
-rw-r--r--components/kube/contents/ui/Kube.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 8839c78b..a7451b13 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -52,7 +52,7 @@ Controls2.ApplicationWindow {
52 52
53 Kube.AccountFactory { 53 Kube.AccountFactory {
54 id: accountFactory 54 id: accountFactory
55 accountId: app.currentAccount 55 accountId: !!app.currentAccount ? app.currentAccount : ""
56 } 56 }
57 57
58 //Interval sync 58 //Interval sync