mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 05:58:58 +02:00
don't log urls!
This commit is contained in:
parent
cd177a4457
commit
26a50e1820
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ void GeometryReader::run() {
|
||||||
Q_ARG(bool, false));
|
Q_ARG(bool, false));
|
||||||
}
|
}
|
||||||
} catch (QString& e) {
|
} catch (QString& e) {
|
||||||
qCWarning(modelnetworking) << "Exception while loading" << _url << "--" << e;
|
qCWarning(modelnetworking) << "Exception while loading model --" << e;
|
||||||
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