CmdPurge: Handle child tasks of recurrence templates
This commit is contained in:
committed by
Paul Beckingham
parent
4465b48f75
commit
ec38b3afd8
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user