CmdPurge: Handle child tasks of recurrence templates

This commit is contained in:
Tomas Babej
2016-03-20 17:25:03 +01:00
committed by Paul Beckingham
parent 4465b48f75
commit ec38b3afd8
3 changed files with 57 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ class CmdPurge : public Command
{
private:
void purgeTask (Task& task, int& count);
void handleChildren (Task& task, int& count);
void handleDeps (Task& task);
public:
CmdPurge ();