| 55 | auto getFullPath() -> QString; |
| 56 | |
| 57 | auto getRemoteChangedTimestamp() -> QString { return remote_changed_timestamp; } |
| 58 | void setRemoteChangedTimestamp(QString remote_changed_timestamp) { this->remote_changed_timestamp = remote_changed_timestamp; } |
| 59 | void setLocalChangedTimestamp(qint64 timestamp) { local_changed_timestamp = timestamp; } |
| 60 |