summary refs log tree commit diff
path: root/resources/qml/delegates/Placeholder.qml
blob: db023d8a880d2f4f2982755e3a72c7ceb96e51e0 (plain) (blame)
1
2
3
4
5
6
7
import ".."

MatrixText {
    text: qsTr("unimplemented event: ") + model.data.typeString
    width: parent ? parent.width : undefined
    color: inactiveColors.text
}