mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rules: ::parseRulesSettings now accepts a namespace prefix
This commit is contained in:
parent
d4fc846cfc
commit
0fd109924f
2 changed files with 9 additions and 5 deletions
|
@ -57,7 +57,7 @@ private:
|
|||
void parse (const std::string&, int next = 1);
|
||||
void parseRule (const std::string&);
|
||||
void parseRuleGeneral (const std::vector <std::string>&);
|
||||
void parseRuleSettings (const std::vector <std::string>&);
|
||||
void parseRuleSettings (const std::vector <std::string>&, const std::string& prefix = "");
|
||||
void parseRuleExclusions (const std::vector <std::string>&);
|
||||
void parseRuleTag (const std::vector <std::string>&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue