mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Legacy
- Relocated legacy checks from Config.cpp to legacy.cpp.
This commit is contained in:
parent
d62ea4e223
commit
6e21cc5b2a
5 changed files with 73 additions and 71 deletions
|
@ -82,6 +82,8 @@ void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
|
|||
void legacyAttributeCheck (const std::string&);
|
||||
void legacyColumnMap (std::string&);
|
||||
void legacySortColumnMap (std::string&);
|
||||
std::string legacyCheckForDeprecatedColor ();
|
||||
std::string legacyCheckForDeprecatedColumns ();
|
||||
|
||||
// list template
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue