mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refs #889, log categories
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2c2a043e40
commit
ff0c37ff58
@@ -76,6 +76,12 @@ namespace BlackGui
|
||||
// void
|
||||
}
|
||||
|
||||
const CLogCategoryList &CDbOwnModelsComponent::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList l({ CLogCategory::modelGui(), CLogCategory::guiComponent() });
|
||||
return l;
|
||||
}
|
||||
|
||||
CAircraftModelView *CDbOwnModelsComponent::view() const
|
||||
{
|
||||
return ui->tvp_OwnAircraftModels;
|
||||
|
||||
Reference in New Issue
Block a user