mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-15 09:06:21 +01:00
Implement "holdover events," noting those log events which are not listed in the currently loaded log but which are present because they were playing when this log was loaded.
This fixes problems arising when the duplicate IDs thus introduced cause confusion.
This commit is contained in:
@@ -61,8 +61,8 @@ class RDLogEvent
|
||||
QTime blockStartTime(int line);
|
||||
RDLogLine *logLine(int line) const;
|
||||
void setLogLine(int line,RDLogLine *ll);
|
||||
RDLogLine *loglineById(int id) const;
|
||||
int lineById(int id) const;
|
||||
RDLogLine *loglineById(int id, bool ignore_holdovers=false) const;
|
||||
int lineById(int id, bool ignore_holdovers=false) const;
|
||||
int lineByStartHour(int hour,RDLogLine::StartTimeType type) const;
|
||||
int lineByStartHour(int hour) const;
|
||||
int nextTimeStart(QTime after);
|
||||
|
||||
Reference in New Issue
Block a user