mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Removes SVFR from flightplan, shall not be used according to documentation
This commit is contained in:
@@ -85,8 +85,6 @@ namespace BlackGui
|
||||
rule = CFlightPlan::IFR;
|
||||
else if (this->ui->rb_TypeVfr->isChecked())
|
||||
rule = CFlightPlan::VFR;
|
||||
else if (this->ui->rb_TypeSvfr->isChecked())
|
||||
rule = CFlightPlan::SVFR;
|
||||
flightPlan.setFlightRule(rule);
|
||||
|
||||
v = ui->le_Callsign->text().trimmed();
|
||||
|
||||
@@ -249,13 +249,6 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rb_TypeSvfr">
|
||||
<property name="text">
|
||||
<string>SVFR</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="rb_TypeIfr">
|
||||
<property name="text">
|
||||
@@ -742,7 +735,6 @@
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>rb_TypeVfr</tabstop>
|
||||
<tabstop>rb_TypeSvfr</tabstop>
|
||||
<tabstop>rb_TypeIfr</tabstop>
|
||||
<tabstop>le_Callsign</tabstop>
|
||||
<tabstop>le_AircraftType</tabstop>
|
||||
|
||||
Reference in New Issue
Block a user