refs #664 Fixed bug in data cache log message creation.

This commit is contained in:
Mathew Sutcliffe
2016-05-26 18:01:42 +01:00
parent fa7aa6446b
commit 4bc8326389
3 changed files with 6 additions and 6 deletions

View File

@@ -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);