Database: Datafiles now initialized on demand

This commit is contained in:
Paul Beckingham 2016-04-17 10:59:00 -04:00
parent 67949c3a43
commit ebb3d63da5
2 changed files with 23 additions and 0 deletions

View file

@ -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"};