Improve the code for completions

This commit is contained in:
James Graham
2026-02-03 18:03:43 +00:00
parent 234d823366
commit 80047acf87
5 changed files with 39 additions and 45 deletions

View File

@@ -20,11 +20,12 @@ RowLayout {
/**
* @brief The message author.
*
* A Quotient::RoomMember object.
* A NeochatRoomMember object (which is just a QML safe wrapper around
* Quotient::RoomMember).
*
* @sa Quotient::RoomMember
* @sa NeochatRoomMember, Quotient::RoomMember
*/
required property var author
required property NeochatRoomMember author
/**
* @brief The timestamp of the event as a neoChatDateTime.