| 41 | return remote_changed_timestamp; |
| 42 | } |
| 43 | void setRemoteChangedTimestamp(QString remote_changed_timestamp) |
| 44 | { |
| 45 | this->remote_changed_timestamp = remote_changed_timestamp; |
| 46 | } |
| 47 | void setLocalChangedTimestamp(qint64 timestamp) |
| 48 | { |
| 49 | local_changed_timestamp = timestamp; |