mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
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:
@@ -52,7 +52,7 @@ namespace BlackGui
|
||||
{
|
||||
CCockpitComComponent::CCockpitComComponent(QWidget *parent) :
|
||||
QFrame(parent),
|
||||
BlackMisc::CIdentifiable(this),
|
||||
CIdentifiable(this),
|
||||
ui(new Ui::CCockpitComComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
Reference in New Issue
Block a user