mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Confirmation
- Implemented consistent confirmation.
This commit is contained in:
parent
1b54516b45
commit
02e7c4f3ce
4 changed files with 25 additions and 31 deletions
|
@ -74,8 +74,9 @@ bool taskDiff (const Task&, const Task&);
|
|||
std::string taskDifferences (const Task&, const Task&);
|
||||
std::string taskInfoDifferences (const Task&, const Task&);
|
||||
std::string renderAttribute (const std::string&, const std::string&);
|
||||
void feedback_affected (const std::string&, const Task&);
|
||||
void feedback_affected (const std::string&);
|
||||
void feedback_affected (const std::string&, int);
|
||||
void feedback_affected (const std::string&, const Task&);
|
||||
|
||||
// sort.cpp
|
||||
void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue