Add a checkmark to messages that have been received by the server (#93)
This commit is contained in:
parent
dfeb0c833a
commit
c4fa8c844d
3 changed files with 14 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ public:
|
|||
DescInfo descriptionMessage() const { return descriptionMsg_; }
|
||||
QString eventId() const { return event_id_; }
|
||||
void setEventId(const QString &event_id) { event_id_ = event_id; }
|
||||
void markReceived();
|
||||
|
||||
~TimelineItem();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue