mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Database: Connected data updates to the current data file
This commit is contained in:
parent
b3e315e08b
commit
fc3b90f475
1 changed files with 3 additions and 0 deletions
|
@ -63,16 +63,19 @@ void Database::initialize (const std::string& location)
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void Database::addExclusion (const std::string& exclusion)
|
void Database::addExclusion (const std::string& exclusion)
|
||||||
{
|
{
|
||||||
|
_files[0].addExclusion (exclusion);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void Database::addInterval (const Interval& interval)
|
void Database::addInterval (const Interval& interval)
|
||||||
{
|
{
|
||||||
|
_files[0].addInterval (interval);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void Database::modifyInterval (const Interval& interval)
|
void Database::modifyInterval (const Interval& interval)
|
||||||
{
|
{
|
||||||
|
_files[0].modifyInterval (interval);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue