From 8a78d09844826948647aa5ecc46449413ce09502 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 25 Oct 2017 14:39:44 +0200 Subject: Use a loader so we can load different components depending on the error --- framework/qml/Notifications.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/qml') 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 { property string error: "error" property string info: "info" property string progress: "progress" + + property string loginError: "loginError" } -- cgit v1.2.3