mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Database: Implemented ::getAllIntervals
This commit is contained in:
parent
10d5ad2816
commit
90525013a3
2 changed files with 17 additions and 0 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
void commit ();
|
||||
|
||||
Interval getLatestInterval ();
|
||||
std::vector <Interval> getAllIntervals ();
|
||||
|
||||
void addExclusion (const std::string&);
|
||||
void addInterval (const Interval&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue