Ref T28, allow access to settings component

This commit is contained in:
Klaus Basan
2017-05-04 02:06:23 +02:00
committed by Mathew Sutcliffe
parent 5b3097a2b0
commit e7e984227b
2 changed files with 11 additions and 4 deletions

View File

@@ -63,6 +63,11 @@ namespace BlackGui
return ui->comp_DataInfoArea;
}
CDataSettingsComponent *CDataMainInfoAreaComponent::getDataSettingsComponent() const
{
return ui->comp_Settings;
}
void CDataMainInfoAreaComponent::displayLog()
{
this->selectArea(InfoAreaLog);