Fix type name for NeoChatDateTime
QML doesn't want it to start with an uppercase letter
This commit is contained in:
committed by
Joshua Goins
parent
6b664b0547
commit
4c31f42144
@@ -20,9 +20,9 @@ Components.AbstractMaximizeComponent {
|
||||
property NeochatRoomMember 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
|
||||
|
||||
/**
|
||||
* @brief The code text to show.
|
||||
|
||||
Reference in New Issue
Block a user