mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
@ -43,6 +43,7 @@ public:
|
|||
static bool regex;
|
||||
static std::map <std::string, std::string> attributes; // name -> type
|
||||
static std::map <std::string, float> coefficients;
|
||||
static std::map <std::string, std::vector <std::string> > customOrder;
|
||||
static float urgencyPriorityCoefficient;
|
||||
static float urgencyProjectCoefficient;
|
||||
static float urgencyActiveCoefficient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue