mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Timeline: With the absence of exclusion support, return all intervals as tracked
This commit is contained in:
parent
75d00e66b9
commit
b7180cd5f1
1 changed files with 3 additions and 0 deletions
|
@ -75,12 +75,15 @@ void Timeline::exclude (const Exclusion& exclusion)
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
std::vector <Interval> Timeline::tracked (Rules& rules) const
|
std::vector <Interval> Timeline::tracked (Rules& rules) const
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
std::vector <Interval> combined;
|
std::vector <Interval> combined;
|
||||||
|
|
||||||
// TODO Combine _inclusions and _exclusions to yield a set of collapsed
|
// TODO Combine _inclusions and _exclusions to yield a set of collapsed
|
||||||
// intervals.
|
// intervals.
|
||||||
|
|
||||||
return combined;
|
return combined;
|
||||||
|
*/
|
||||||
|
return _inclusions;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue