mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Relocated public methods to top. - Removed const for methods, which are no longer const.
This commit is contained in:
parent
f353e1f3d5
commit
34fd7b4b04
2 changed files with 48 additions and 41 deletions
|
@ -39,9 +39,9 @@ public:
|
|||
void entity (const std::string&, const std::string&);
|
||||
void initialize (int, const char**);
|
||||
void add (const std::string&);
|
||||
const std::string getFilter () const;
|
||||
const std::vector <std::string> getWords () const;
|
||||
const std::vector <std::string> getModifications () const;
|
||||
const std::string getFilter ();
|
||||
const std::vector <std::string> getWords ();
|
||||
const std::vector <std::string> getModifications ();
|
||||
|
||||
private:
|
||||
void aliasExpansion ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue