Add missing "QUARTER" to feedback_reserved_tags

A while ago I noticed that 630a1530e0 only
added the QUARTER virtual tag to src/Task.cpp, and when I checked that
again today, it was still missing from src/feedback.cpp, so I'm fixing
that.
This commit is contained in:
Tomas Janousek 2020-11-24 23:27:22 +00:00 committed by Paul Beckingham
parent 4f14b8923f
commit b6910b9428

View file

@ -325,6 +325,7 @@ void feedback_reserved_tags (const std::string& tag)
tag == "PENDING" ||
tag == "PRIORITY" ||
tag == "PROJECT" ||
tag == "QUARTER" ||
tag == "READY" ||
tag == "SCHEDULED" ||
tag == "TAGGED" ||