summaryrefslogtreecommitdiffstats
path: root/framework/qml/Notifications.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Notifications.qml')
-rw-r--r--framework/qml/Notifications.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Notifications.qml b/framework/qml/Notifications.qml
index 622aca86..18f2a68a 100644
--- a/framework/qml/Notifications.qml
+++ b/framework/qml/Notifications.qml
@@ -27,5 +27,6 @@ Item {
27 27
28 property string loginError: "loginError" 28 property string loginError: "loginError"
29 property string hostNotFoundError: "hostNotFoundError" 29 property string hostNotFoundError: "hostNotFoundError"
30 property string connectionError: "connectionError"
30} 31}
31 32