From e9267ffc7617cfbeb26c62cde3c28f33a898161c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 23 Jan 2020 20:59:17 +0100 Subject: Show event type string in placeholder --- resources/qml/delegates/Placeholder.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/delegates/Placeholder.qml') diff --git a/resources/qml/delegates/Placeholder.qml b/resources/qml/delegates/Placeholder.qml index 36d7b2bc..26de2067 100644 --- a/resources/qml/delegates/Placeholder.qml +++ b/resources/qml/delegates/Placeholder.qml @@ -1,7 +1,7 @@ import ".." MatrixText { - text: qsTr("unimplemented event: ") + model.data.type + text: qsTr("unimplemented event: ") + model.data.typeString width: parent ? parent.width : undefined color: inactiveColors.text } -- cgit 1.5.1