diff options
Diffstat (limited to 'include/timeline/TimelineView.h')
-rw-r--r-- | include/timeline/TimelineView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/timeline/TimelineView.h b/include/timeline/TimelineView.h index bbe1dcad..7f1912ea 100644 --- a/include/timeline/TimelineView.h +++ b/include/timeline/TimelineView.h @@ -158,6 +158,7 @@ public: //! Remove an item from the timeline with the given Event ID. void removeEvent(const QString &event_id); + void setPrevBatchToken(const QString &token) { prev_batch_token_ = token; } public slots: void sliderRangeChanged(int min, int max); |