summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
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