Display duration of each activity session

This commit is contained in:
Justin Forest 2012-12-17 17:09:16 +04:00 committed by Paul Beckingham
parent 745d24e124
commit c0fbfcc58c
4 changed files with 15 additions and 4 deletions

View file

@ -69,7 +69,7 @@ void dependencyChainOnModify (Task&, Task&);
// feedback.cpp
bool taskDiff (const Task&, const Task&);
std::string taskDifferences (const Task&, const Task&);
std::string taskInfoDifferences (const Task&, const Task&, const std::string&);
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);