mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Col*: Moving code into ColTypeString base
This commit is contained in:
parent
de9c0b97f6
commit
dc72a22887
10 changed files with 5 additions and 14 deletions
|
@ -27,9 +27,11 @@
|
|||
#ifndef INCLUDED_COLRECUR
|
||||
#define INCLUDED_COLRECUR
|
||||
|
||||
#include <ColTypeDuration.h>
|
||||
#include <ColTypeString.h>
|
||||
|
||||
class ColumnRecur : public ColumnTypeDuration
|
||||
// This is 'string', and not 'duration' to force the value to be stored as a
|
||||
// raw duration, so that it can be reevaluated every time.
|
||||
class ColumnRecur : public ColumnTypeString
|
||||
{
|
||||
public:
|
||||
ColumnRecur ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue