Fixed wrong UI component name to CCockpitComComponent

This commit is contained in:
Klaus Basan
2017-08-04 18:24:14 +02:00
committed by Mathew Sutcliffe
parent 6572c12016
commit e3254d028d
3 changed files with 5 additions and 6 deletions

View File

@@ -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();