summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/TimelineView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/TimelineView.h b/include/TimelineView.h

index 55f25687..400b0db0 100644 --- a/include/TimelineView.h +++ b/include/TimelineView.h
@@ -155,6 +155,8 @@ private: int oldPosition_; int oldHeight_; + TimelineDirection lastMessageDirection_; + // The events currently rendered. Used for duplicate detection. QMap<QString, bool> eventIds_; QList<PendingMessage> pending_msgs_;