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 181f098958
commit 2467200a3b
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 ();