refs #664 Use timestamps from .rev file instead of the filesystem timestamps of the json files.

This commit is contained in:
Mathew Sutcliffe
2016-05-26 18:03:21 +01:00
parent 4bc8326389
commit d0d100da5e
4 changed files with 25 additions and 0 deletions

View File

@@ -96,6 +96,9 @@ namespace BlackMisc
//! Return map of timestamps converted to string.
QString toTimestampMapString(const QStringList &keys) const;
//! Change the timestamps of values.
void setTimestamps(const QMap<QString, qint64> &);
//! Remove value matching the given key, and return it in a separate packet.
CValueCachePacket takeByKey(const QString &key);