diff options
Diffstat (limited to 'include/timeline/TimelineItem.h')
-rw-r--r-- | include/timeline/TimelineItem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/timeline/TimelineItem.h b/include/timeline/TimelineItem.h index 525cd6e1..6a8f277e 100644 --- a/include/timeline/TimelineItem.h +++ b/include/timeline/TimelineItem.h @@ -137,6 +137,7 @@ private: QFont font_; QLabel *timestamp_; + QLabel *checkmark_; QLabel *userName_; QLabel *body_; }; |