mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T683, own aircraft provider CG update
This commit is contained in:
committed by
Mat Sutcliffe
parent
dc790cee8d
commit
e1b0375d68
@@ -113,6 +113,12 @@ namespace BlackMisc
|
||||
return true;
|
||||
}
|
||||
|
||||
bool COwnAircraftProviderDummy::updateOwnCG(const CLength &cg)
|
||||
{
|
||||
QWriteLocker l(&m_lock);
|
||||
return m_ownAircraft.setCG(cg);
|
||||
}
|
||||
|
||||
bool COwnAircraftProviderDummy::updateOwnCallsign(const CCallsign &callsign)
|
||||
{
|
||||
QWriteLocker l(&m_lock);
|
||||
|
||||
Reference in New Issue
Block a user