Ref T265, Ref T430, Ref T473 functions renamed

This commit is contained in:
Klaus Basan
2018-12-20 04:05:21 +01:00
committed by Mat Sutcliffe
parent 6bd3a50ed8
commit 2d3e2e2d99
11 changed files with 21 additions and 21 deletions

View File

@@ -175,7 +175,7 @@ namespace BlackMisc
const bool existing = json.value("existing").toBool();
CArtifact artifact(name, version, md5, type, size, existing, platform);
artifact.setKeyAndTimestampFromDatabaseJson(json);
artifact.setKeyVersionTimestampFromDatabaseJson(json);
if (json.contains("distributions"))
{
const QJsonObject distJson = json.value("distributions").toObject();