2021-03-05 00:35:15 +01:00
|
|
|
// SPDX-FileCopyrightText: 2021 Nheko Contributors
|
2022-01-01 04:57:53 +01:00
|
|
|
// SPDX-FileCopyrightText: 2022 Nheko Contributors
|
2021-03-07 05:57:56 +01:00
|
|
|
//
|
2021-03-05 00:35:15 +01:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2019-11-03 03:28:16 +01:00
|
|
|
import ".."
|
2021-05-13 08:23:56 +02:00
|
|
|
import im.nheko 1.0
|
2019-09-18 21:09:46 +02:00
|
|
|
|
2019-11-03 03:28:16 +01:00
|
|
|
MatrixText {
|
2021-07-12 00:24:33 +02:00
|
|
|
required property string typeString
|
|
|
|
|
|
|
|
text: qsTr("unimplemented event: ") + typeString
|
2022-02-03 20:26:20 +01:00
|
|
|
// width: parent.width
|
2021-05-13 08:23:56 +02:00
|
|
|
color: Nheko.inactiveColors.text
|
2019-09-18 21:09:46 +02:00
|
|
|
}
|