mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Task
- Migrated util.cpp encode and decode functions because this is the only place they are used.
This commit is contained in:
parent
bffc7a2ac8
commit
a7171193ca
2 changed files with 49 additions and 0 deletions
|
@ -164,6 +164,8 @@ private:
|
|||
void parseJSON (const std::string&);
|
||||
void parseLegacy (const std::string&);
|
||||
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;
|
||||
|
||||
public:
|
||||
float urgency_priority () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue