mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #664 Use timestamps from .rev file instead of the filesystem timestamps of the json files.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user