diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-26 20:18:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-26 20:18:05 +0200 |
commit | c8df955b2866e8aa6279486b8395a3bd2e79f9d5 (patch) | |
tree | d6d678ff9474b8de9ecb500323a35dd47483af9a /components | |
parent | c19058a850e6f44d54e3b8604e191ccfe71b7a97 (diff) | |
download | kube-c8df955b2866e8aa6279486b8395a3bd2e79f9d5.tar.gz kube-c8df955b2866e8aa6279486b8395a3bd2e79f9d5.zip |
Avoid warning
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 2 |
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 |