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
|
@ -27,9 +27,9 @@
|
|||
#ifndef INCLUDED_COLUNTIL
|
||||
#define INCLUDED_COLUNTIL
|
||||
|
||||
#include <ColDate.h>
|
||||
#include <ColTypeDate.h>
|
||||
|
||||
class ColumnUntil : public ColumnDate
|
||||
class ColumnUntil : public ColumnTypeDate
|
||||
{
|
||||
public:
|
||||
ColumnUntil ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue