| 88 | } |
| 89 | |
| 90 | void writeImageLocation(QDataStream &stream, const ImageLocation &location) { |
| 91 | stream << kModernImageLocationTag << location.serialize(); |
| 92 | } |
| 93 | |
| 94 | std::optional<ImageLocation> readImageLocation( |
| 95 | int streamAppVersion, |
no test coverage detected