Ref T270, signal requestedElevation

This commit is contained in:
Klaus Basan
2018-05-25 21:29:58 +02:00
parent c16f5575f4
commit 8a522b5e6d
4 changed files with 6 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ namespace BlackSimPlugin
pos.longitude().value(CAngleUnit::deg()),
pos.geodeticHeight().value(CLengthUnit::m()),
callback);
emit this->requestedElevation(callsign);
return true;
}