mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Formatting this->ui to ui
This commit is contained in:
committed by
Roland Winklmeier
parent
7330ccba1b
commit
aafff6cd82
@@ -20,7 +20,7 @@ namespace BlackGui
|
||||
ui(new Ui::CShowHideBar)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
connect(this->ui->pb_ShowHidePushButton, &QPushButton::clicked, this, &CShowHideBar::toggleShowHide);
|
||||
connect(ui->pb_ShowHidePushButton, &QPushButton::clicked, this, &CShowHideBar::toggleShowHide);
|
||||
}
|
||||
|
||||
CShowHideBar::~CShowHideBar()
|
||||
@@ -28,6 +28,6 @@ namespace BlackGui
|
||||
|
||||
bool CShowHideBar::isShown() const
|
||||
{
|
||||
return this->ui->pb_ShowHidePushButton->isChecked();
|
||||
return ui->pb_ShowHidePushButton->isChecked();
|
||||
}
|
||||
} // namespacee
|
||||
|
||||
Reference in New Issue
Block a user