| 111 | } |
| 112 | |
| 113 | QDateTime ChainDataModel::chainTime() const { |
| 114 | return QDateTime::fromTime_t(m_dynamic_global_properties.time.sec_since_epoch()); |
| 115 | } |
| 116 | |
| 117 | void ChainDataModel::processUpdatedObject(const fc::variant& update) |
| 118 | { |
nothing calls this directly
no outgoing calls
no test coverage detected