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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user