diff options
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 18f2a68a..1593f416 100644 --- a/framework/qml/Notifications.qml +++ b/framework/qml/Notifications.qml | |||
@@ -28,5 +28,6 @@ Item { | |||
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 | property string connectionError: "connectionError" |
31 | property string transmissionError: "transmissionError" | ||
31 | } | 32 | } |
32 | 33 | ||