mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Datafile: Exclusions now provided at a vector
This commit is contained in:
parent
b29f458a7b
commit
a65f4c3fd2
2 changed files with 6 additions and 2 deletions
|
@ -75,8 +75,9 @@ std::vector <Interval> Datafile::getAllIntervals ()
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Datafile::addExclusion (const std::string& exclusion)
|
||||
void Datafile::setExclusions (const std::vector <std::string>& exclusions)
|
||||
{
|
||||
_exclusions = exclusions;
|
||||
_dirty = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue