mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Enhancement
- Broke out the "taskDiff" family of functions into feedback.cpp, which is where all subsequent user feedback text composition will occur.
This commit is contained in:
parent
036aee2a8d
commit
628fbd6b64
4 changed files with 313 additions and 12 deletions
|
@ -68,10 +68,6 @@ const std::string uuid ();
|
|||
int flock (int, int);
|
||||
#endif
|
||||
|
||||
bool taskDiff (const Task&, const Task&);
|
||||
std::string taskDifferences (const Task&, const Task&);
|
||||
std::string taskInfoDifferences (const Task&, const Task&);
|
||||
std::string renderAttribute (const std::string&, const std::string&);
|
||||
std::string compressIds (const std::vector <int>&);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue