diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-27 11:19:44 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-27 11:19:44 +0200 |
commit | ed91fe6cddd689382f23167c1136e3a8386df0b5 (patch) | |
tree | 1455d4b403bb1f327265150447c1503bda8483d5 /framework/qml/Notifications.qml | |
parent | e666c8a42b931f547cdb2176475b2124203fe64b (diff) | |
download | kube-ed91fe6cddd689382f23167c1136e3a8386df0b5.tar.gz kube-ed91fe6cddd689382f23167c1136e3a8386df0b5.zip |
Handle host not found
Diffstat (limited to 'framework/qml/Notifications.qml')
-rw-r--r-- | framework/qml/Notifications.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Notifications.qml b/framework/qml/Notifications.qml index 7dd57dfa..622aca86 100644 --- a/framework/qml/Notifications.qml +++ b/framework/qml/Notifications.qml | |||
@@ -26,5 +26,6 @@ Item { | |||
26 | property string progress: "progress" | 26 | property string progress: "progress" |
27 | 27 | ||
28 | property string loginError: "loginError" | 28 | property string loginError: "loginError" |
29 | property string hostNotFoundError: "hostNotFoundError" | ||
29 | } | 30 | } |
30 | 31 | ||