mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColTypeDate: Renamed 'ColDate' to 'ColTypeDate'
- Renamed files ColDate* to ColTypeDate*. - Renamed objects ColumnDate* to ColumnTypeDate*. - This is mainly to make way for ColType{Duration,String,Numeric}, while leaving ColString untouched. ColString is used only for ViewText columns, but may soon be replaced by ColTypeString. Unknown.
This commit is contained in:
parent
6baff92b5a
commit
2a6ce539d0
12 changed files with 27 additions and 27 deletions
|
@ -6,7 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (columns_SRCS Column.cpp Column.h
|
||||
ColDate.cpp ColDate.h
|
||||
ColTypeDate.cpp ColTypeDate.h
|
||||
ColDepends.cpp ColDepends.h
|
||||
ColDescription.cpp ColDescription.h
|
||||
ColDue.cpp ColDue.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue