Skip to content

Commit

Permalink
remove unrelated changes
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <blackslayer4@gmail.com>
  • Loading branch information
allexzander committed Jan 18, 2023
1 parent 1f74106 commit c52ab07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libsync/clientsideencryption.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class OWNCLOUDSYNC_EXPORT FolderMetadata {
void removeEncryptedFile(const EncryptedFile& f);
void removeAllEncryptedFiles();
QVector<EncryptedFile> files() const;
bool isMetadataSetup() const;


private:
Expand Down
1 change: 1 addition & 0 deletions src/libsync/propagateuploadencrypted.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit c52ab07

Please sign in to comment.