summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-25 14:39:44 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-25 14:39:44 +0200
commit8a78d09844826948647aa5ecc46449413ce09502 (patch)
treed6101ac6a83c3645c0debfec06aced889012f4e0 /framework/qml
parentda955d84beda72e26ce641375bd6fc4159a4c9fc (diff)
downloadkube-8a78d09844826948647aa5ecc46449413ce09502.tar.gz
kube-8a78d09844826948647aa5ecc46449413ce09502.zip
Use a loader so we can load different components depending on the error
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/Notifications.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Notifications.qml b/framework/qml/Notifications.qml
index df1190d3..7dd57dfa 100644
--- a/framework/qml/Notifications.qml
+++ b/framework/qml/Notifications.qml
@@ -24,5 +24,7 @@ Item {
24 property string error: "error" 24 property string error: "error"
25 property string info: "info" 25 property string info: "info"
26 property string progress: "progress" 26 property string progress: "progress"
27
28 property string loginError: "loginError"
27} 29}
28 30