mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed used of foreach macro.
This commit is contained in:
parent
4c3354fa50
commit
bfc2367bdb
7 changed files with 55 additions and 36 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
void set (const std::string&, const int);
|
||||
void set (const std::string&, const double);
|
||||
void set (const std::string&, const std::string&);
|
||||
void all (std::vector <std::string>&);
|
||||
void all (std::vector <std::string>&) const;
|
||||
|
||||
std::string checkForDeprecatedColor ();
|
||||
std::string checkForDeprecatedColumns ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue