mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-07 22:58:34 +02:00
Parser
- Modified ::findAttributeModifier to use collect.
This commit is contained in:
parent
56ab8e7920
commit
a13c816919
2 changed files with 159 additions and 149 deletions
|
@ -76,7 +76,7 @@ private:
|
|||
void findSubstitution ();
|
||||
void findTag ();
|
||||
void findAttribute ();
|
||||
void findAttributeModifier (Tree*);
|
||||
void findAttributeModifier ();
|
||||
void findOperator (Tree*);
|
||||
void findFilter ();
|
||||
void findModifications ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue