Ref T298, matching form added new ttributes

This commit is contained in:
Klaus Basan
2018-08-15 01:07:39 +02:00
parent f2b6b093e4
commit ef32ec266e
3 changed files with 84 additions and 41 deletions

View File

@@ -65,7 +65,7 @@ namespace BlackGui
void setMatchingAlgorithm(const BlackMisc::Simulation::CAircraftMatcherSetup &setup);
//! Algorithm has been toggled
void onAlgorithmChanged(bool checked);
void onAlgorithmChanged();
QScopedPointer<Ui::CMatchingForm> ui;
};