mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -168,12 +168,11 @@ namespace swift::misc
|
||||
|
||||
static const QHash<QString, CLogPattern> &allHumanReadablePatterns();
|
||||
|
||||
BLACK_METACLASS(
|
||||
SWIFT_METACLASS(
|
||||
CLogPattern,
|
||||
BLACK_METAMEMBER(severities),
|
||||
BLACK_METAMEMBER(strategy),
|
||||
BLACK_METAMEMBER(strings)
|
||||
);
|
||||
SWIFT_METAMEMBER(severities),
|
||||
SWIFT_METAMEMBER(strategy),
|
||||
SWIFT_METAMEMBER(strings));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user