mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Update editor data when stashed data are modified (e.g. by drag and drop)
This issue was discovered during testing for #640
This commit is contained in:
@@ -74,6 +74,9 @@ namespace BlackGui
|
||||
//! The stashed models
|
||||
const BlackMisc::Simulation::CAircraftModelList &getStashedModels() const;
|
||||
|
||||
//! Model for model string
|
||||
Simulation::CAircraftModel getStashedModel(const QString &modelString) const;
|
||||
|
||||
//! Apply livery to selected objects
|
||||
void applyToSelected(const BlackMisc::Aviation::CLivery &livery, bool acceptWarnings = true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user