mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Formatting, minor tweaks
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3b6edcd575
commit
d64bfcabce
@@ -36,8 +36,8 @@ namespace BlackCore
|
||||
CBackgroundDataUpdater(QObject *owner);
|
||||
|
||||
private:
|
||||
int m_cycle = 0; //!< cycle
|
||||
bool m_inWork = false; //!< indicates a running update
|
||||
int m_cycle = 0; //!< cycle
|
||||
bool m_inWork = false; //!< indicates a running update
|
||||
|
||||
BlackMisc::Simulation::Data::CModelCaches m_modelCaches { false, this }; //!< caches
|
||||
BlackMisc::Simulation::Data::CModelSetCaches m_modelSetCaches { false, this }; //!< caches
|
||||
|
||||
Reference in New Issue
Block a user