Enhancement - nag

- Improved nagging with respect to multiple tasks.
This commit is contained in:
Paul Beckingham
2009-06-20 13:55:11 -04:00
parent f5e0f8b7a6
commit 344b1aba58
3 changed files with 16 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ Date getNextRecurrence (Date&, std::string&);
bool generateDueDates (Task&, std::vector <Date>&);
void updateRecurrenceMask (std::vector <Task>&, Task&);
int getDueState (const std::string&);
void nag (Task&);
bool nag (Task&);
// command.cpp
std::string handleAdd ();