mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Database: Added ::segmentRange
This commit is contained in:
parent
0ee0aaa801
commit
de875eac0d
2 changed files with 51 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <Datafile.h>
|
||||
#include <Interval.h>
|
||||
#include <Daterange.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
@ -54,6 +55,7 @@ public:
|
|||
private:
|
||||
std::string currentDataFile () const;
|
||||
void createDatafileIfNecessary (int, int);
|
||||
std::vector <Daterange> segmentRange (const Daterange&);
|
||||
|
||||
private:
|
||||
std::string _location {"~/.timewarrior/data"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue