mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Emit takeoff/touchdown signals in own aircraft context
This commit is contained in:
committed by
Mat Sutcliffe
parent
892b5919f7
commit
a91d7cb852
@@ -107,10 +107,10 @@ namespace BlackCore
|
||||
void movedAircraft();
|
||||
|
||||
//! Just airborne
|
||||
void airborne();
|
||||
void isTakingOff();
|
||||
|
||||
//! Just landed
|
||||
void touchdown();
|
||||
void isTouchingDown();
|
||||
|
||||
public slots:
|
||||
//! Get own aircraft
|
||||
|
||||
Reference in New Issue
Block a user