Formatting this->ui to ui

This commit is contained in:
Klaus Basan
2016-09-02 19:39:08 +02:00
committed by Roland Winklmeier
parent 7330ccba1b
commit aafff6cd82
67 changed files with 1113 additions and 1115 deletions

View File

@@ -48,17 +48,17 @@ namespace BlackGui
CLogComponent *CDataMainInfoAreaComponent::getLogComponent() const
{
return this->ui->comp_Log;
return ui->comp_Log;
}
CDbMappingComponent *CDataMainInfoAreaComponent::getMappingComponent() const
{
return this->ui->comp_Mapping;
return ui->comp_Mapping;
}
CDataInfoAreaComponent *CDataMainInfoAreaComponent::getDataInfoAreaComponent() const
{
return this->ui->comp_DataInfoArea;
return ui->comp_DataInfoArea;
}
void CDataMainInfoAreaComponent::displayLog()