Ref T292, Ref T285 minor style improvements, renamings

This commit is contained in:
Klaus Basan
2018-07-26 02:19:00 +02:00
parent 338c5b344a
commit a6ee6d4b72
8 changed files with 65 additions and 73 deletions

View File

@@ -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)