mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Fixed wrong UI component name to CCockpitComComponent
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6572c12016
commit
e3254d028d
@@ -52,7 +52,7 @@ namespace BlackGui
|
||||
CCockpitComComponent::CCockpitComComponent(QWidget *parent) :
|
||||
QFrame(parent),
|
||||
BlackMisc::CIdentifiable(this),
|
||||
ui(new Ui::CCockpitMainComponent)
|
||||
ui(new Ui::CCockpitComComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->initLeds();
|
||||
|
||||
Reference in New Issue
Block a user