Support new ('modern') API file locations.

This commit is contained in:
John Preston
2019-03-22 18:19:43 +04:00
parent eba2a98703
commit aa8f62da9d
41 changed files with 947 additions and 566 deletions
@@ -212,7 +212,7 @@ int GoodThumbSource::loadOffset() {
}
const StorageImageLocation &GoodThumbSource::location() {
return StorageImageLocation::Null;
return StorageImageLocation::Invalid();
}
void GoodThumbSource::refreshFileReference(const QByteArray &data) {