mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +02:00
Actually fix build error...hopefully!
This commit is contained in:
parent
df7486d0f5
commit
be5dc36ccd
1 changed files with 1 additions and 2 deletions
|
@ -237,8 +237,7 @@ void GeometryReader::run() {
|
||||||
} else {
|
} else {
|
||||||
throw QString("url is invalid");
|
throw QString("url is invalid");
|
||||||
}
|
}
|
||||||
} catch {
|
} catch (const std::exception&) {
|
||||||
|
|
||||||
auto resource = _resource.toStrongRef();
|
auto resource = _resource.toStrongRef();
|
||||||
if (resource) {
|
if (resource) {
|
||||||
QMetaObject::invokeMethod(resource.data(), "finishedLoading",
|
QMetaObject::invokeMethod(resource.data(), "finishedLoading",
|
||||||
|
|
Loading…
Reference in a new issue