mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Datafile: Clarified responsibilities in comment. More work needed
This commit is contained in:
parent
d3239a08f6
commit
b1b8f018a6
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@ std::string Datafile::name () const
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// Identifies the last incluѕion (^i) lines
|
||||||
std::string Datafile::lastLine ()
|
std::string Datafile::lastLine ()
|
||||||
{
|
{
|
||||||
if (! _lines_loaded)
|
if (! _lines_loaded)
|
||||||
|
@ -92,6 +93,7 @@ void Datafile::setExclusions (const std::vector <std::string>& exclusions)
|
||||||
// TODO add local copy
|
// TODO add local copy
|
||||||
// TODO _dirty = true;
|
// TODO _dirty = true;
|
||||||
|
|
||||||
|
// TODO New exclusions should always be written.
|
||||||
_exclusions = exclusions;
|
_exclusions = exclusions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue