mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
remove unrelated changes
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
4644581af9
commit
cdbdf8620d
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ void PropagateUploadEncrypted::slotFolderEncryptedMetadataError(const QByteArray
|
|||
void PropagateUploadEncrypted::slotFolderEncryptedMetadataReceived(const QJsonDocument &json, int statusCode)
|
||||
{
|
||||
qCDebug(lcPropagateUploadEncrypted) << "Metadata Received, Preparing it for the new file." << json.toVariant();
|
||||
|
||||
// Encrypt File!
|
||||
_metadata.reset(new FolderMetadata(_propagator->account(), json.toJson(QJsonDocument::Compact), statusCode));
|
||||
|
||||
|
|
Loading…
Reference in a new issue