refs #889, log categories

This commit is contained in:
Klaus Basan
2017-02-25 16:34:31 +01:00
committed by Mathew Sutcliffe
parent 2c2a043e40
commit ff0c37ff58
8 changed files with 72 additions and 0 deletions

View File

@@ -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;