mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
refactor: clang format line length
This commit is contained in:
@@ -284,45 +284,43 @@ namespace swift::misc
|
||||
//! \note Human readable patterns are defined in CLogPattern::allHumanReadablePatterns
|
||||
static const QStringList &allSpecialCategories()
|
||||
{
|
||||
static const QStringList cats {
|
||||
uncategorized(),
|
||||
aviation(),
|
||||
audio(),
|
||||
cache(),
|
||||
cmdLine(),
|
||||
context(),
|
||||
contextSlot(),
|
||||
dbus(),
|
||||
dataInconsistency(),
|
||||
download(),
|
||||
driver(),
|
||||
flightPlan(),
|
||||
fsd(),
|
||||
guiComponent(),
|
||||
interpolator(),
|
||||
json(),
|
||||
mapping(),
|
||||
matching(),
|
||||
modelLoader(),
|
||||
modelCache(),
|
||||
modelSetCache(),
|
||||
modelGui(),
|
||||
network(),
|
||||
plugin(),
|
||||
swiftDbWebservice(),
|
||||
swiftCore(),
|
||||
swiftDataTool(),
|
||||
swiftPilotClient(),
|
||||
services(),
|
||||
settings(),
|
||||
startup(),
|
||||
validation(),
|
||||
vatsimSpecific(),
|
||||
verification(),
|
||||
webservice(),
|
||||
wizard(),
|
||||
worker()
|
||||
};
|
||||
static const QStringList cats { uncategorized(),
|
||||
aviation(),
|
||||
audio(),
|
||||
cache(),
|
||||
cmdLine(),
|
||||
context(),
|
||||
contextSlot(),
|
||||
dbus(),
|
||||
dataInconsistency(),
|
||||
download(),
|
||||
driver(),
|
||||
flightPlan(),
|
||||
fsd(),
|
||||
guiComponent(),
|
||||
interpolator(),
|
||||
json(),
|
||||
mapping(),
|
||||
matching(),
|
||||
modelLoader(),
|
||||
modelCache(),
|
||||
modelSetCache(),
|
||||
modelGui(),
|
||||
network(),
|
||||
plugin(),
|
||||
swiftDbWebservice(),
|
||||
swiftCore(),
|
||||
swiftDataTool(),
|
||||
swiftPilotClient(),
|
||||
services(),
|
||||
settings(),
|
||||
startup(),
|
||||
validation(),
|
||||
vatsimSpecific(),
|
||||
verification(),
|
||||
webservice(),
|
||||
wizard(),
|
||||
worker() };
|
||||
return cats;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user