mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Issue #15 Classes for sharing the history of log messages
This commit is contained in:
@@ -328,7 +328,7 @@ namespace BlackMisc
|
||||
QString categories = m_strings.values().join("|"); // clazy:exclude=container-anti-pattern
|
||||
switch (m_strategy)
|
||||
{
|
||||
case Everything: strategy = "none"; break;
|
||||
case Everything: strategy = "all"; break;
|
||||
case ExactMatch: strategy = "exact match:" + categories; break;
|
||||
case AnyOf: strategy = "any of:" + categories; break;
|
||||
case AllOf: strategy = "all of:" + categories; break;
|
||||
|
||||
Reference in New Issue
Block a user