mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T292, Ref T285 minor style improvements, renamings
This commit is contained in:
@@ -258,10 +258,10 @@ namespace BlackMisc
|
||||
|
||||
//! \name Cache has been changed. This will only detect changes elsewhere, owned caches will not signal local changes
|
||||
//! @{
|
||||
void changedFsx() { emitCacheChanged(CSimulatorInfo::fsx()); }
|
||||
void changedFs9() { emitCacheChanged(CSimulatorInfo::fs9()); }
|
||||
void changedP3D() { emitCacheChanged(CSimulatorInfo::p3d()); }
|
||||
void changedXP() { emitCacheChanged(CSimulatorInfo::xplane()); }
|
||||
void changedFsx() { this->emitCacheChanged(CSimulatorInfo::fsx()); }
|
||||
void changedFs9() { this->emitCacheChanged(CSimulatorInfo::fs9()); }
|
||||
void changedP3D() { this->emitCacheChanged(CSimulatorInfo::p3d()); }
|
||||
void changedXP() { this->emitCacheChanged(CSimulatorInfo::xplane()); }
|
||||
//! @}
|
||||
|
||||
//! Emit cacheChanged() utility function (allows breakpoint)
|
||||
|
||||
Reference in New Issue
Block a user