mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Fixed status message verification/validation
slack discussion MS/KB
This commit is contained in:
@@ -120,16 +120,17 @@ namespace BlackMisc
|
||||
static const QList<CLogCategory> cats
|
||||
{
|
||||
uncategorized(),
|
||||
services(),
|
||||
validation(),
|
||||
context(),
|
||||
contextSlot(),
|
||||
guiComponent(),
|
||||
download(),
|
||||
webservice(),
|
||||
guiComponent(),
|
||||
mapping(),
|
||||
matching(),
|
||||
swiftDbWebservice(),
|
||||
services(),
|
||||
validation(),
|
||||
verification(),
|
||||
webservice()
|
||||
};
|
||||
return cats;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user