mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
refs #664 Use timestamps from .rev file instead of the filesystem timestamps of the json files.
This commit is contained in:
@@ -117,6 +117,9 @@ namespace BlackMisc
|
||||
//! During update, returns keys which have on-disk timestamps newer than in-memory. Guaranteed not empty.
|
||||
QSet<QString> keysWithNewerTimestamps() const;
|
||||
|
||||
//! During update, returns timestamps which have on-disk timestamps newer than in-memory. Guaranteed not empty.
|
||||
const QMap<QString, qint64> &newerTimestamps() const;
|
||||
|
||||
//! During update, returns true if the on-disk timestamp of this key is newer than in-memory.
|
||||
bool isNewerValueAvailable(const QString &key, qint64 timestamp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user