Added doxygen comment as discussed on slack

This commit is contained in:
Klaus Basan
2016-03-31 02:28:00 +02:00
parent 9409f93366
commit 94d9a1a780

View File

@@ -310,6 +310,7 @@ namespace BlackMisc
const QString &getKey() const { return m_page.getKey(m_element); }
//! Return the time when this value was updated.
//! \threadsafe with tiny risk of mismatch of value and timestamp
QDateTime getTimestamp() const { return QDateTime::fromMSecsSinceEpoch(m_page.getTimestamp(m_element)); }
//! Return true if this value was already saved.