summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-14 10:25:41 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-05-14 10:25:41 +0200
commitdbd28419ade062b82e2b7184aff5ced0db4ebf10 (patch)
treecbb193455084eeb59b5cfdd3c09d659f3adcec21 /framework
parent7bcf3f7cdaa7baf0ebe9e95529c0d2c3c1009e91 (diff)
downloadkube-dbd28419ade062b82e2b7184aff5ced0db4ebf10.tar.gz
kube-dbd28419ade062b82e2b7184aff5ced0db4ebf10.zip
Deal with asynchronous component creation.
On windows event local components are apparently instantiated asynchronously.
Diffstat (limited to 'framework')
-rw-r--r--framework/qml/Messages.qml1
1 files changed, 1 insertions, 0 deletions
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 {
51 property string sendOutbox: "sendOutbox" 51 property string sendOutbox: "sendOutbox"
52 52
53 property string componentDone: "done" 53 property string componentDone: "done"
54 property string errorPending: "errorPending"
54 55
55 property string selectNextConversation: "selectNextConversation" 56 property string selectNextConversation: "selectNextConversation"
56 property string selectPreviousConversation: "selectPreviousConversation" 57 property string selectPreviousConversation: "selectPreviousConversation"