Actually fix build error...hopefully!

This commit is contained in:
Zach Fox 2018-11-09 14:23:15 -08:00 committed by GitHub
parent df7486d0f5
commit be5dc36ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,8 +237,7 @@ void GeometryReader::run() {
} else {
throw QString("url is invalid");
}
} catch {
} catch (const std::exception&) {
auto resource = _resource.toStrongRef();
if (resource) {
QMetaObject::invokeMethod(resource.data(), "finishedLoading",