delete this and formatting

This commit is contained in:
howard-stearns 2016-11-03 13:26:50 -07:00
parent 7c45a78cb0
commit b6e440f891

View file

@ -57,9 +57,9 @@ void SnapshotUploader::uploadSuccess(QNetworkReply& reply) {
callbackParams,
QJsonDocument(rootObject).toJson());
}
else {
} else {
emit DependencyManager::get<WindowScriptingInterface>()->snapshotShared(contents);
delete this;
}
}