Ref T372, Ref T370 testing with emulated driver fixes

* added ground speed
* changed altitude parsing to CPqString::SeparatorsBestGuess
* signal when parts form is set
This commit is contained in:
Klaus Basan
2018-09-25 01:39:08 +02:00
parent 09acea6eb4
commit 418324e64f
10 changed files with 37 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ namespace BlackGui
{
CCockpitComComponent::CCockpitComComponent(QWidget *parent) :
QFrame(parent),
BlackMisc::CIdentifiable(this),
CIdentifiable(this),
ui(new Ui::CCockpitComComponent)
{
ui->setupUi(this);