mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T28, renaming to getLatestDbEntityTimestamp
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a0f2a168f9
commit
65a716a61d
@@ -229,7 +229,7 @@ namespace BlackGui
|
||||
|
||||
QString CDbLoadOverviewComponent::dbTimestampForEntity(CEntityFlags::Entity entity)
|
||||
{
|
||||
const QDateTime ts = sGui->getWebDataServices()->getDbLatestEntityTimestamp(entity);
|
||||
const QDateTime ts = sGui->getWebDataServices()->getLatestDbEntityTimestamp(entity);
|
||||
return formattedTimestamp(ts);
|
||||
}
|
||||
|
||||
@@ -241,7 +241,7 @@ namespace BlackGui
|
||||
|
||||
QString CDbLoadOverviewComponent::sharedFileTimestampForEntity(CEntityFlags::Entity entity)
|
||||
{
|
||||
const QDateTime ts = sGui->getWebDataServices()->getSharedInfoObjectTimestamp(entity);
|
||||
const QDateTime ts = sGui->getWebDataServices()->getLatestSharedInfoObjectTimestamp(entity);
|
||||
return formattedTimestamp(ts);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user