remove unrelated changes

Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
alex-z 2023-01-12 11:15:34 +01:00 committed by allexzander
parent cdc1a7bda3
commit c2a4af5647
2 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,7 @@ public:
void removeEncryptedFile(const EncryptedFile& f);
void removeAllEncryptedFiles();
QVector<EncryptedFile> files() const;
bool isMetadataSetup() const;
private:

View File

@ -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));