| 63 | |
| 64 | auto getMD5Sum() -> QString { return md5sum; } |
| 65 | void setMD5Sum(QString md5sum) { this->md5sum = md5sum; } |
| 66 | |
| 67 | /* Whether the entry expires after some time (false) or not (true). */ |
| 68 | void makeEternal(bool eternal) { is_eternal = eternal; } |