mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
13c67e4838
commit
25df1921eb
@@ -14,8 +14,8 @@
|
||||
|
||||
#include "blackcore/data/dbcaches.h"
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
#include "blackmisc/simulation/data/modelcaches.h"
|
||||
#include "blackmisc/network/entityflags.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
#include "blackmisc/worker.h"
|
||||
|
||||
@@ -48,7 +48,7 @@ namespace BlackCore
|
||||
void consolidating(bool running);
|
||||
|
||||
private:
|
||||
mutable QReadWriteLock m_lockMsg; //!< lock snapshot
|
||||
mutable QReadWriteLock m_lockMsg; //!< lock history messages
|
||||
std::atomic_int m_cycle { 0 }; //!< cycle
|
||||
std::atomic_bool m_inWork { false }; //!< indicates a running update
|
||||
std::atomic_bool m_updatePublishedModels { true }; //!< update when models have been updated
|
||||
|
||||
Reference in New Issue
Block a user