Ref T709, sync Qt free timestamp after parsing with swift version

This commit is contained in:
Klaus Basan
2019-07-28 00:04:58 +02:00
committed by Mat Sutcliffe
parent 93804bb479
commit 203f442e43
5 changed files with 22 additions and 0 deletions

View File

@@ -85,6 +85,11 @@ namespace BlackMisc
static const CXSwiftBusSettings s;
return s;
}
void CXSwiftBusSettings::jsonParsed()
{
m_timestampMSecsSinceEpoch = m_msSinceEpochQtFree;
}
} // ns
} // ns
} // ns