mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Static initialize UDA sort order values
This commit is contained in:
parent
370afa0d26
commit
743cb92958
3 changed files with 16 additions and 0 deletions
|
@ -87,6 +87,8 @@ float Task::urgencyBlockingCoefficient = 0.0;
|
|||
float Task::urgencyAgeCoefficient = 0.0;
|
||||
float Task::urgencyAgeMax = 0.0;
|
||||
|
||||
std::map <std::string, std::vector <std::string> > Task::customOrder;
|
||||
|
||||
static const std::string dummy ("");
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue