mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #664 Fixed bug in data cache log message creation.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace BlackMisc
|
||||
QMap<QString, qint64> toTimestampMap() const;
|
||||
|
||||
//! Return map of timestamps converted to string.
|
||||
QString toTimestampMapString() const;
|
||||
QString toTimestampMapString(const QStringList &keys) const;
|
||||
|
||||
//! 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