Basic CryptDrive export with pads

This commit is contained in:
yflory
2018-10-17 14:32:33 +02:00
parent f4d5a7567f
commit 92ce311694
6 changed files with 211 additions and 3 deletions

View File

@@ -270,5 +270,9 @@ define({
'Q_IS_PAD_STORED': true,
// Import mediatag from a pad
'Q_IMPORT_MEDIATAG': true
'Q_IMPORT_MEDIATAG': true,
// Ability to get a pad's content from its hash
'Q_CRYPTGET': true,
});