refs #659 Fixed a bug where valid timestamps of unloaded values would be lost when writing a new .rev file.

This commit is contained in:
Mathew Sutcliffe
2016-06-01 17:52:39 +01:00
parent 0bb17414ac
commit 50de252ff6
2 changed files with 6 additions and 3 deletions

View File

@@ -162,6 +162,7 @@ namespace BlackMisc
QLockFile m_lockFile { m_basename + "/.lock" };
QUuid m_uuid;
QMap<QString, qint64> m_timestamps;
QMap<QString, qint64> m_originalTimestamps;
QMap<QString, qint64> m_timesToLive;
QSet<QString> m_pinnedValues;
QSet<QString> m_deferredValues;