Merge pull request #3021 from kitaisreal/pattern-formatter-priority-names-fix

PatternFormatter priorityNames fix
This commit is contained in:
Günter Obiltschnig
2021-04-11 17:22:29 +02:00
committed by GitHub
3 changed files with 19 additions and 35 deletions

View File

@@ -144,6 +144,8 @@ private:
void parsePriorityNames();
static const std::string DEFAULT_PRIORITY_NAMES;
std::vector<PatternAction> _patternActions;
bool _localTime;
std::string _pattern;