mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
13c67e4838
commit
25df1921eb
@@ -31,7 +31,7 @@ namespace BlackCore
|
||||
{
|
||||
const CLogCategoryList &CBackgroundDataUpdater::getLogCategories()
|
||||
{
|
||||
static const BlackMisc::CLogCategoryList cats { BlackMisc::CLogCategory::worker() };
|
||||
static const CLogCategoryList cats({ CLogCategory::worker(), CLogCategory::modelSetCache(), CLogCategory::modelCache() });
|
||||
return cats;
|
||||
}
|
||||
|
||||
|
||||
@@ -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