Command - undo

- Migrated handleUndo to CmdUndo.
This commit is contained in:
Paul Beckingham
2011-05-30 13:38:45 -04:00
parent 4c47748dd7
commit 2fb743992f
9 changed files with 100 additions and 19 deletions

View File

@@ -41,6 +41,7 @@ set (commands_SRCS Command.cpp Command.h
CmdSummary.cpp CmdSummary.h
CmdTags.cpp CmdTags.h
CmdTip.cpp CmdTip.h
CmdUndo.cpp CmdUndo.h
CmdUrgency.cpp CmdUrgency.h
CmdVersion.cpp CmdVersion.h)