nheko/resources/qml/delegates/Placeholder.qml

12 lines
268 B
QML
Raw Normal View History

2021-03-05 00:35:15 +01:00
// SPDX-FileCopyrightText: 2021 Nheko Contributors
//
// SPDX-License-Identifier: GPL-3.0-or-later
2019-11-03 03:28:16 +01:00
import ".."
2019-11-03 03:28:16 +01:00
MatrixText {
2020-10-08 21:11:21 +02:00
text: qsTr("unimplemented event: ") + model.data.typeString
width: parent ? parent.width : undefined
color: inactiveColors.text
}