mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Added ::parseRuleGeneral
This commit is contained in:
parent
21599f3b7d
commit
c31578d701
2 changed files with 6 additions and 0 deletions
|
@ -267,3 +267,8 @@ void Rules::parseRule (const std::string& input)
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
void Rules::parseRuleGeneral (const std::vector <std::string>& lines)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -56,6 +56,7 @@ public:
|
||||||
private:
|
private:
|
||||||
void parse (const std::string&, int next = 1);
|
void parse (const std::string&, int next = 1);
|
||||||
void parseRule (const std::string&);
|
void parseRule (const std::string&);
|
||||||
|
void parseRuleGeneral (const std::vector <std::string>&);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string _original_file {};
|
std::string _original_file {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue