mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T184, private/protected slots -> private/protected
This commit is contained in:
@@ -27,8 +27,8 @@ namespace BlackGui
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->initInfoArea();
|
||||
this->ps_setTabBarPosition(QTabWidget::North);
|
||||
this->ps_toggleTabBarLocked(true);
|
||||
this->setTabBarPosition(QTabWidget::North);
|
||||
this->toggleTabBarLocked(true);
|
||||
}
|
||||
|
||||
CCockpitInfoAreaComponent::~CCockpitInfoAreaComponent()
|
||||
|
||||
@@ -25,7 +25,7 @@ namespace BlackGui
|
||||
{
|
||||
ui->setupUi(this);
|
||||
initInfoArea();
|
||||
ps_toggleTabBarLocked(true);
|
||||
toggleTabBarLocked(true);
|
||||
}
|
||||
|
||||
CCoreInfoAreaComponent::~CCoreInfoAreaComponent()
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace BlackGui
|
||||
ui->setupUi(this);
|
||||
this->initInfoArea(); // init base class
|
||||
this->setWindowIcon(CIcons::swiftDatabase24());
|
||||
this->ps_setTabBarPosition(QTabWidget::North);
|
||||
this->setTabBarPosition(QTabWidget::North);
|
||||
}
|
||||
|
||||
CDataInfoAreaComponent::~CDataInfoAreaComponent()
|
||||
|
||||
Reference in New Issue
Block a user