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

@@ -33,12 +33,12 @@ namespace BlackGui
CLogComponent *CCoreInfoAreaComponent::getLogComponent()
{
return this->ui->comp_Log;
return ui->comp_Log;
}
CCoreStatusComponent *CCoreInfoAreaComponent::getStatusComponent()
{
return this->ui->comp_Status;
return ui->comp_Status;
}
QSize CCoreInfoAreaComponent::getPreferredSizeWhenFloating(int areaIndex) const