Ref T412, added "movedAircraft" and fixed missing relay of proxy signals

This commit is contained in:
Klaus Basan
2018-10-23 19:12:25 +02:00
parent 10f0f175c8
commit cc4aec8f3c
2 changed files with 24 additions and 1 deletions

View File

@@ -102,6 +102,9 @@ namespace BlackCore
//! Own pilot (aka the swift user) changed
void changedPilot(const BlackMisc::Network::CUser &pilot);
//! Aircraft has been moved from one location to another (changed scenery)
void movedAircraft();
public slots:
//! Get own aircraft
virtual BlackMisc::Simulation::CSimulatedAircraft getOwnAircraft() const = 0;