mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Added doxygen comment as discussed on slack
This commit is contained in:
@@ -310,6 +310,7 @@ namespace BlackMisc
|
|||||||
const QString &getKey() const { return m_page.getKey(m_element); }
|
const QString &getKey() const { return m_page.getKey(m_element); }
|
||||||
|
|
||||||
//! Return the time when this value was updated.
|
//! 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)); }
|
QDateTime getTimestamp() const { return QDateTime::fromMSecsSinceEpoch(m_page.getTimestamp(m_element)); }
|
||||||
|
|
||||||
//! Return true if this value was already saved.
|
//! Return true if this value was already saved.
|
||||||
|
|||||||
Reference in New Issue
Block a user