2021-03-05 00:35:15 +01:00
|
|
|
// SPDX-FileCopyrightText: 2021 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 ".."
|
2019-09-18 21:09:46 +02:00
|
|
|
|
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
|
2019-09-18 21:09:46 +02:00
|
|
|
}
|