mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReportSummary: Replaced getTrackedIntervals with getTracked
This commit is contained in:
parent
af8461ade0
commit
bf463bcd25
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ int CmdReportSummary (
|
||||||
filter.range = Range (Datetime ("today"), Datetime ("tomorrow"));
|
filter.range = Range (Datetime ("today"), Datetime ("tomorrow"));
|
||||||
|
|
||||||
// Load the data.
|
// Load the data.
|
||||||
auto tracked = getTrackedIntervals (database, rules, filter);
|
auto tracked = getTracked (database, rules, filter);
|
||||||
|
|
||||||
// Map tags to colors.
|
// Map tags to colors.
|
||||||
auto palette = createPalette (rules);
|
auto palette = createPalette (rules);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue