mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T275, override simulator setup provider functions to emit signals
* the provider itself is no QObject and cannot emit signals * removed redundant function setInterpolationAndRenderingSetup
This commit is contained in:
@@ -61,11 +61,11 @@ namespace BlackMisc
|
||||
protected:
|
||||
//! Set the global setup
|
||||
//! \threadsafe
|
||||
bool setInterpolationSetupGlobal(const CInterpolationAndRenderingSetupGlobal &setup);
|
||||
virtual bool setInterpolationSetupGlobal(const CInterpolationAndRenderingSetupGlobal &setup);
|
||||
|
||||
//! Insert specialized setup
|
||||
//! \threadsafe
|
||||
bool setInterpolationSetupPerCallsign(const CInterpolationAndRenderingSetupPerCallsign &setup, const Aviation::CCallsign &callsign, bool removeGlobalSetup = true);
|
||||
virtual bool setInterpolationSetupPerCallsign(const CInterpolationAndRenderingSetupPerCallsign &setup, const Aviation::CCallsign &callsign, bool removeGlobalSetup = true);
|
||||
|
||||
//! Log/un-log given callsign
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user