Refactor task diffs to handle new attributes
This refactors task(Info)Differences to be methods of Task and to correctly handle the `annotation_`, `tags_`, and `dep_` attributes.
This commit is contained in:
committed by
Tomas Babej
parent
7aee9567a3
commit
309e99d49e
@@ -64,8 +64,6 @@ void dependencyChainOnComplete (Task&);
|
||||
void dependencyChainOnStart (Task&);
|
||||
|
||||
// feedback.cpp
|
||||
std::string taskDifferences (const Task&, const Task&);
|
||||
std::string taskInfoDifferences (const Task&, const Task&, const std::string&, long&, const long);
|
||||
std::string renderAttribute (const std::string&, const std::string&, const std::string& format = "");
|
||||
void feedback_affected (const std::string&);
|
||||
void feedback_affected (const std::string&, int);
|
||||
|
||||
Reference in New Issue
Block a user