Commands - _query

- Migrated handleQuery to CmdQuery.
This commit is contained in:
Paul Beckingham 2011-05-30 13:00:51 -04:00
parent 75e651626d
commit 4603bdb509
8 changed files with 129 additions and 44 deletions

View file

@ -52,7 +52,6 @@ bool nag (Task&);
// command.cpp
int handleDone (std::string&);
int handleModify (std::string&);
int handleQuery (std::string&);
int handleDelete (std::string&);
void handleUndo ();
void handleMerge (std::string&);