- Fixed bug #1023, which applied default.project and default.priority during
  modification (thanks to Christoph Lange).
- Added unit tests.
- Added Christoph to the AUTHORS file.
This commit is contained in:
Paul Beckingham 2012-07-04 16:44:16 -04:00
parent d16f434899
commit b0b8bfe1d2
6 changed files with 80 additions and 6 deletions

View file

@ -102,7 +102,7 @@ public:
void substitute (const std::string&, const std::string&, bool);
void validate ();
void validate (bool applyDefault = true);
float urgency_c () const;
float urgency ();