mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 05:51:23 +08:00
Formatting
This commit is contained in:
@@ -394,8 +394,8 @@ namespace BlackCore
|
||||
latestTimestamp = lastModifiedMsSinceEpoch(nwReply.data());
|
||||
}
|
||||
m_modelCache.set(models, latestTimestamp);
|
||||
this->updateReaderUrl(getBaseUrl(CDbFlags::DbReading));
|
||||
|
||||
this->updateReaderUrl(this->getBaseUrl(CDbFlags::DbReading));
|
||||
this->emitAndLogDataRead(CEntityFlags::ModelEntity, n, res);
|
||||
}
|
||||
|
||||
|
||||
@@ -478,8 +478,7 @@ namespace BlackCore
|
||||
// 1) simple signature
|
||||
// 2) fired directly after read, no need to wait for other entities
|
||||
|
||||
//! \name Simplified read signals
|
||||
//! @{
|
||||
//! \name Simplified read signals @{
|
||||
//! All swift DB data have been read
|
||||
void swiftDbAllDataRead();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user