mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
data: Renamed getUntrackedRanges to getUntracked for consistency
This commit is contained in:
parent
6e85581c8a
commit
7c8f4979e4
3 changed files with 19 additions and 19 deletions
|
@ -610,7 +610,7 @@ std::vector <Interval> getTracked (
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Untracked time is that which is not excluded, and not filled. Gaps.
|
||||
std::vector <Range> getUntrackedRanges (
|
||||
std::vector <Range> getUntracked (
|
||||
Database& database,
|
||||
const Rules& rules,
|
||||
Interval& filter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue