diff --git a/app/common/timerange.cpp b/app/common/timerange.cpp index b5d238c33..67ac3f391 100644 --- a/app/common/timerange.cpp +++ b/app/common/timerange.cpp @@ -195,9 +195,24 @@ TimeRangeList TimeRangeList::Intersects(const TimeRange &range) return intersect_list; } +void TimeRangeList::PrintTimeList() +{ + qDebug() << "TimeRangeList now contains:"; + + for (int i=0;i