mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 19:53:30 +02: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,
|
||||
QJsonDocument(rootObject).toJson());
|
||||
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
emit DependencyManager::get<WindowScriptingInterface>()->snapshotShared(contents);
|
||||
delete this;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue