mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Legacy
- Moved more legacy checking code to legacy.cpp.
This commit is contained in:
parent
66ca9add3a
commit
4495e93f8d
3 changed files with 63 additions and 54 deletions
|
@ -80,6 +80,8 @@ void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
|
|||
|
||||
// legacy.cpp
|
||||
void legacyAttributeCheck (const std::string&);
|
||||
void legacyColumnMap (std::string&);
|
||||
void legacySortColumnMap (std::string&);
|
||||
|
||||
// list template
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue