mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Task
- Improved structure of legacy duration value upgrades, so it can be used for other things, namely UDA durations.
This commit is contained in:
parent
1a5fb437a5
commit
b972c2c6c8
2 changed files with 38 additions and 26 deletions
|
@ -163,6 +163,7 @@ private:
|
|||
void validate_before (const std::string&, const std::string&);
|
||||
const std::string encode (const std::string&) const;
|
||||
const std::string decode (const std::string&) const;
|
||||
void upgradeLegacyValue (std::string&);
|
||||
|
||||
public:
|
||||
float urgency_priority () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue