matrixion/resources/qml/delegates/Placeholder.qml

15 lines
300 B
QML
Raw Normal View History

// SPDX-FileCopyrightText: Nheko Contributors
//
2021-03-05 02:35:15 +03:00
// SPDX-License-Identifier: GPL-3.0-or-later
2019-11-03 05:28:16 +03:00
import ".."
2021-05-13 09:23:56 +03:00
import im.nheko 1.0
2019-11-03 05:28:16 +03:00
MatrixText {
required property string typeString
text: qsTr("unimplemented event: ") + typeString
// width: parent.width
2021-05-13 09:23:56 +03:00
color: Nheko.inactiveColors.text
}