mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Variant
::operator_hastag now uses contextTask for resolution.
This commit is contained in:
parent
56a70b00c4
commit
ca6940ba2e
3 changed files with 12 additions and 21 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <time.h>
|
||||
#include <Task.h>
|
||||
|
||||
class Variant
|
||||
{
|
||||
|
@ -67,8 +68,8 @@ public:
|
|||
bool operator_nomatch (const Variant&) const;
|
||||
bool operator_partial (const Variant&) const;
|
||||
bool operator_nopartial (const Variant&) const;
|
||||
bool operator_hastag (const Variant&) const;
|
||||
bool operator_notag (const Variant&) const;
|
||||
bool operator_hastag (const Variant&, const Task&) const;
|
||||
bool operator_notag (const Variant&, const Task&) const;
|
||||
bool operator! () const;
|
||||
|
||||
Variant& operator^= (const Variant&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue