mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Database: Removed exclusions
This commit is contained in:
parent
db3c3fb14c
commit
f87fb2e2ec
2 changed files with 3 additions and 23 deletions
|
@ -44,8 +44,6 @@ public:
|
|||
std::string lastLine ();
|
||||
std::vector <std::string> allLines ();
|
||||
|
||||
void clearExclusions ();
|
||||
void addExclusion (const std::string&);
|
||||
void addInterval (const Interval&);
|
||||
void deleteInterval (const Interval&);
|
||||
void modifyInterval (const Interval&, const Interval&);
|
||||
|
@ -59,9 +57,8 @@ private:
|
|||
void validateAddition (const Interval&) const;
|
||||
|
||||
private:
|
||||
std::string _location {"~/.timewarrior/data"};
|
||||
std::vector <Datafile> _files {};
|
||||
std::vector <std::string> _exclusions {};
|
||||
std::string _location {"~/.timewarrior/data"};
|
||||
std::vector <Datafile> _files {};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue