mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
committed by
Mathew Sutcliffe
parent
a6840f12a1
commit
3e21b718d9
@@ -305,7 +305,7 @@ namespace BlackMisc
|
||||
const QString &getKey() const { return m_page.getKey(m_element); }
|
||||
|
||||
//! Return the time when this value was updated.
|
||||
QDateTime getTimestamp() const { return m_page.getTimestamp(m_element); }
|
||||
QDateTime getTimestamp() const { return QDateTime::fromMSecsSinceEpoch(m_page.getTimestamp(m_element)); }
|
||||
|
||||
//! Return true if this value was already saved.
|
||||
bool isSaved() const { return m_page.isSaved(m_element); }
|
||||
|
||||
Reference in New Issue
Block a user