mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T28, renaming to getLatestDbEntityTimestamp
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a0f2a168f9
commit
65a716a61d
@@ -368,7 +368,7 @@ namespace BlackCore
|
||||
}
|
||||
}
|
||||
|
||||
QDateTime CWebDataServices::getDbLatestEntityTimestamp(CEntityFlags::Entity entity) const
|
||||
QDateTime CWebDataServices::getLatestDbEntityTimestamp(CEntityFlags::Entity entity) const
|
||||
{
|
||||
Q_ASSERT_X(CEntityFlags::isSingleEntity(entity), Q_FUNC_INFO, "Need single entity");
|
||||
if (CEntityFlags::anySwiftDbEntity(entity))
|
||||
@@ -383,7 +383,7 @@ namespace BlackCore
|
||||
}
|
||||
}
|
||||
|
||||
QDateTime CWebDataServices::getSharedInfoObjectTimestamp(CEntityFlags::Entity entity) const
|
||||
QDateTime CWebDataServices::getLatestSharedInfoObjectTimestamp(CEntityFlags::Entity entity) const
|
||||
{
|
||||
const CDatabaseReader *reader = this->getDbReader(entity);
|
||||
if (reader)
|
||||
|
||||
Reference in New Issue
Block a user