mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user