mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdDefault: Migrated to intervalSummarize
This commit is contained in:
parent
e6a27b1f72
commit
49f7c08457
2 changed files with 4 additions and 1 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <Database.h>
|
||||
#include <Rules.h>
|
||||
#include <Extensions.h>
|
||||
#include <Interval.h>
|
||||
#include <Log.h>
|
||||
#include <Color.h>
|
||||
|
||||
|
@ -44,6 +45,7 @@ std::vector <std::string> getKeywords (const std::vector <std::string>&);
|
|||
|
||||
// helper.cpp
|
||||
Color tagColor (const Rules&, const std::string&);
|
||||
std::string intervalSummarize (const Rules&, const Interval&);
|
||||
|
||||
// utiŀ.cpp
|
||||
std::string osName ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue