Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Placeholder.qml 159 B
import ".."

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