summary refs log tree commit diff
path: root/resources/qml/TimelineEvent.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-26 21:43:05 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-26 21:48:55 +0200
commit6fef6ad5f1c7138ebe0bc07174ad28a62c493231 (patch)
treef81d637f22f81dd58808cc50d6200b08797657bb /resources/qml/TimelineEvent.qml
parentAdd basic qml linter config (diff)
downloadnheko-6fef6ad5f1c7138ebe0bc07174ad28a62c493231.tar.xz
Enable even more qml linter warnings
Diffstat (limited to 'resources/qml/TimelineEvent.qml')
-rw-r--r--resources/qml/TimelineEvent.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/TimelineEvent.qml b/resources/qml/TimelineEvent.qml

index c6f432ee..3cc239c9 100644 --- a/resources/qml/TimelineEvent.qml +++ b/resources/qml/TimelineEvent.qml
@@ -14,6 +14,7 @@ EventDelegateChooser { required property bool isStateEvent + // qmllint disable required EventDelegateChoice { roleValues: [MtxEvent.TextMessage, MtxEvent.NoticeMessage, MtxEvent.ElementEffectMessage, MtxEvent.UnknownMessage,] @@ -258,4 +259,5 @@ EventDelegateChooser { text: "Unsupported: " + typeString } } + // qmllint enable required }