mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
Enhancement - Location object
- Moved Location object into place, ready for integration.
This commit is contained in:
parent
2dc566a726
commit
de08c1d32e
5 changed files with 11 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
bin_PROGRAMS = task
|
||||
task_SOURCES = Config.cpp Date.cpp Record.cpp T.cpp TDB.cpp Att.cpp Mod.cpp \
|
||||
Filter.cpp Sequence.cpp Table.cpp Grid.cpp Timer.cpp \
|
||||
Duration.cpp StringTable.cpp color.cpp parse.cpp task.cpp \
|
||||
command.cpp edit.cpp report.cpp util.cpp text.cpp rules.cpp \
|
||||
import.cpp Config.h Date.h Record.h T.h TDB.h Att.h Mod.h \
|
||||
Filter.h Sequence.h Table.h Grid.h Timer.h Duration.h \
|
||||
StringTable.h color.h task.h
|
||||
Duration.cpp StringTable.cpp Location.cpp color.cpp parse.cpp \
|
||||
task.cpp command.cpp edit.cpp report.cpp util.cpp text.cpp \
|
||||
rules.cpp import.cpp Config.h Date.h Record.h T.h TDB.h Att.h \
|
||||
Mod.h Filter.h Sequence.h Table.h Grid.h Timer.h Duration.h \
|
||||
StringTable.h Location.h color.h task.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue