mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Style, typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
530bd38f00
commit
b57003c4e8
@@ -458,7 +458,7 @@ void SwiftGuiStd::checkDbDataLoaded()
|
||||
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||
Q_ASSERT_X(sGui->hasWebDataServices(), Q_FUNC_INFO, "Missing web services");
|
||||
Q_ASSERT_X(CThreadUtils::isCurrentThreadApplicationThread(), Q_FUNC_INFO, "Wrong thread, needs to run in main thread");
|
||||
CEntityFlags::Entity loadEntities = sGui->getWebDataServices()->getSychronizedEntitiesWithNewerSharedFileOrEmpty(!m_dbDataLoading);
|
||||
const CEntityFlags::Entity loadEntities = sGui->getWebDataServices()->getSynchronizedEntitiesWithNewerSharedFileOrEmpty(!m_dbDataLoading);
|
||||
if (loadEntities == CEntityFlags::NoEntity)
|
||||
{
|
||||
m_dbDataLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user