From dbd28419ade062b82e2b7184aff5ced0db4ebf10 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 14 May 2018 10:25:41 +0200 Subject: Deal with asynchronous component creation. On windows event local components are apparently instantiated asynchronously. --- framework/qml/Messages.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework') diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 1483a71c..f357b78b 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml @@ -51,6 +51,7 @@ Item { property string sendOutbox: "sendOutbox" property string componentDone: "done" + property string errorPending: "errorPending" property string selectNextConversation: "selectNextConversation" property string selectPreviousConversation: "selectPreviousConversation" -- cgit v1.2.3