From fa04490373f4f09dfadfdc3450eb98a4514072e7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 8 Mar 2018 11:24:20 +0100 Subject: Test move to trash --- framework/qml/MailListView.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml') diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index cc68f003..55a3aaff 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -294,6 +294,7 @@ FocusScope { Kube.IconButton { id: deleteButton + objectName: "deleteButton" iconName: Kube.Icons.moveToTrash visible: !!model.mail onClicked: Kube.Fabric.postMessage(Kube.Messages.moveToTrash, {"mail": model.mail}) -- cgit v1.2.3