mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 22:10:32 +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,
|
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