mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T515, avoid unnecessary updating (last result ts) and UI adjustments
This commit is contained in:
committed by
Mat Sutcliffe
parent
610e1559e1
commit
13357516fa
@@ -55,6 +55,7 @@ namespace BlackGui
|
||||
private:
|
||||
QScopedPointer<Ui::CAircraftModelValidationComponent> ui;
|
||||
BlackMisc::CSetting<BlackMisc::Simulation::Settings::TModelMatching> m_matchingSettings { this }; //!< settings
|
||||
qint64 m_lastResults = -1; //!< when received last results
|
||||
|
||||
//! Invalid models
|
||||
void tempDisableModels(const BlackMisc::Simulation::CAircraftModelList &models);
|
||||
|
||||
Reference in New Issue
Block a user