mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Status message utility function, overlay frame utility function
This commit is contained in:
committed by
Mat Sutcliffe
parent
cb77279b4d
commit
ac2d665c6b
@@ -87,6 +87,11 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
void CStatusMessageList::addValidationCategory()
|
||||
{
|
||||
this->addCategory(CLogCategory::validation());
|
||||
}
|
||||
|
||||
void CStatusMessageList::addCategories(const CLogCategoryList &categories)
|
||||
{
|
||||
for (auto &msg : *this)
|
||||
|
||||
Reference in New Issue
Block a user