mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Database: Datafiles now initialized on demand
This commit is contained in:
parent
67949c3a43
commit
ebb3d63da5
2 changed files with 23 additions and 0 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
private:
|
||||
unsigned int getDatafile (int, int);
|
||||
std::vector <Daterange> segmentRange (const Daterange&);
|
||||
void initializeDatafiles ();
|
||||
|
||||
private:
|
||||
std::string _location {"~/.timewarrior/data"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue