Fix type name for NeoChatDateTime

QML doesn't want it to start with an uppercase letter
This commit is contained in:
Tobias Fella
2026-02-06 15:04:17 +01:00
committed by Joshua Goins
parent 6b664b0547
commit 4c31f42144
7 changed files with 13 additions and 13 deletions

View File

@@ -27,9 +27,9 @@ RowLayout {
required property var author
/**
* @brief The timestamp of the event as a NeoChatDateTime.
* @brief The timestamp of the event as a neoChatDateTime.
*/
required property NeoChatDateTime dateTime
required property neoChatDateTime dateTime
Layout.fillWidth: true
Layout.maximumWidth: Message.maxContentWidth