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