summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-14 12:54:17 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-01-14 12:54:17 +0200
commitc4fa8c844d7e4968691cf9260a155e76759d0563 (patch)
treee2c614e7b11314ef231882007be17c7618e56b66 /include
parentMove timestamps to the right (diff)
downloadnheko-c4fa8c844d7e4968691cf9260a155e76759d0563.tar.xz
Add a checkmark to messages that have been received by the server (#93)
Diffstat (limited to 'include')
-rw-r--r--include/timeline/TimelineItem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/timeline/TimelineItem.h b/include/timeline/TimelineItem.h

index 15cbc714..525cd6e1 100644 --- a/include/timeline/TimelineItem.h +++ b/include/timeline/TimelineItem.h
@@ -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();