Refactoring

- Combined the remains of command.cpp and report.cpp into helpers.cpp.
This commit is contained in:
Paul Beckingham 2011-05-30 16:01:04 -04:00
parent a2da93b681
commit 6f17e80461
4 changed files with 149 additions and 191 deletions

View file

@ -40,13 +40,12 @@ set (task_SRCS API.cpp API.h
Variant.cpp Variant.h
ViewTask.cpp ViewTask.h
ViewText.cpp ViewText.h
command.cpp
helpers.cpp
dependency.cpp
feedback.cpp
i18n.h
interactive.cpp
recur.cpp
report.cpp
rules.cpp
rx.cpp rx.h
sort.cpp