mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Config: Migrated to libshared Configuration
This commit is contained in:
parent
a31434fd48
commit
dd4fef6794
9 changed files with 19 additions and 125 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <Command.h>
|
||||
#include <Column.h>
|
||||
#include <Config.h>
|
||||
#include <Configuration.h>
|
||||
#include <Task.h>
|
||||
#include <TDB2.h>
|
||||
#include <Hooks.h>
|
||||
|
@ -81,7 +81,7 @@ public:
|
|||
std::string home_dir {};
|
||||
File rc_file {"~/.taskrc"};
|
||||
Path data_dir {"~/.task"};
|
||||
Config config {};
|
||||
Configuration config {};
|
||||
TDB2 tdb2 {};
|
||||
Hooks hooks {};
|
||||
bool determine_color_use {true};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue