mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #493 Added BLACK_VERIFY macros, a weaker kind of Q_ASSERT.
This commit is contained in:
@@ -36,6 +36,13 @@ namespace BlackMisc
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Verification
|
||||
static const CLogCategory &verification()
|
||||
{
|
||||
static const CLogCategory cat { "swift.verification" };
|
||||
return cat;
|
||||
}
|
||||
|
||||
//! Validation
|
||||
static const CLogCategory &validation()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user