mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 09:06:16 +02:00
Remove unused variable, fixing unix build warning
This commit is contained in:
parent
5cf2041c65
commit
df7486d0f5
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ void GeometryReader::run() {
|
|||
} else {
|
||||
throw QString("url is invalid");
|
||||
}
|
||||
} catch (const QString& error) {
|
||||
} catch {
|
||||
|
||||
auto resource = _resource.toStrongRef();
|
||||
if (resource) {
|
||||
|
|
Loading…
Reference in a new issue