mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
delete this and formatting
This commit is contained in:
parent
7c45a78cb0
commit
b6e440f891
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ void SnapshotUploader::uploadSuccess(QNetworkReply& reply) {
|
||||||
callbackParams,
|
callbackParams,
|
||||||
QJsonDocument(rootObject).toJson());
|
QJsonDocument(rootObject).toJson());
|
||||||
|
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
emit DependencyManager::get<WindowScriptingInterface>()->snapshotShared(contents);
|
emit DependencyManager::get<WindowScriptingInterface>()->snapshotShared(contents);
|
||||||
|
delete this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue