mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 09:06:16 +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 {
|
||||
throw QString("url is invalid");
|
||||
}
|
||||
} catch {
|
||||
|
||||
} catch (const std::exception&) {
|
||||
auto resource = _resource.toStrongRef();
|
||||
if (resource) {
|
||||
QMetaObject::invokeMethod(resource.data(), "finishedLoading",
|
||||
|
|
Loading…
Reference in a new issue