From d5a6c7683ec76bfd69d61375abd01e535b770d99 Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 31 May 2023 17:13:18 +0100 Subject: [PATCH] Fix missing end of comment block. --- src/qml/Component/Timeline/TimelineContainer.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Component/Timeline/TimelineContainer.qml b/src/qml/Component/Timeline/TimelineContainer.qml index 47c40907f..c85bffbb8 100644 --- a/src/qml/Component/Timeline/TimelineContainer.qml +++ b/src/qml/Component/Timeline/TimelineContainer.qml @@ -66,6 +66,7 @@ ColumnLayout { /** * @brief The delegate type of the message. + */ required property int delegateType /**