mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
CmdInfo: Migrated from ViewText to Table
This commit is contained in:
parent
dc851fe4b2
commit
79c1a94289
2 changed files with 24 additions and 16 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <Command.h>
|
||||
#include <ViewText.h>
|
||||
#include <Table.h>
|
||||
|
||||
class CmdInfo : public Command
|
||||
{
|
||||
|
@ -38,7 +38,7 @@ public:
|
|||
int execute (std::string&);
|
||||
|
||||
private:
|
||||
void urgencyTerm (ViewText&, const std::string&, float, float) const;
|
||||
void urgencyTerm (Table&, const std::string&, float, float) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue