Code Cleanup

- Relocated code from helper.cpp to feedback.cpp.
- Fixed typo.
This commit is contained in:
Paul Beckingham 2012-03-03 14:24:41 -05:00
parent 524f7f0919
commit 0f4bcefcff
4 changed files with 90 additions and 89 deletions

View file

@ -51,8 +51,6 @@ bool nag (Task&);
// helpers.cpp
std::string getFullDescription (Task&, const std::string&);
std::string getDueDate (Task&, const std::string&);
std::string onProjectChange (Task&, bool scope = true);
std::string onProjectChange (Task&, Task&);
// rules.cpp
void initializeColorRules ();
@ -81,6 +79,8 @@ void feedback_affected (const std::string&, int);
void feedback_affected (const std::string&, const Task&);
void feedback_special_tags (const Task&, const std::string&);
void feedback_unblocked (const Task&);
std::string onProjectChange (Task&, bool scope = true);
std::string onProjectChange (Task&, Task&);
// sort.cpp
void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);