mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Formatting this->ui to ui
This commit is contained in:
committed by
Roland Winklmeier
parent
7330ccba1b
commit
aafff6cd82
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user