mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
added a dialog to edit banned files
This commit is contained in:
parent
50e03a539c
commit
e17c4d0e40
9 changed files with 164 additions and 6 deletions
|
@ -107,7 +107,7 @@ class RsFileListsBannedHashesItem: public RsFileListsItem
|
|||
public:
|
||||
RsFileListsBannedHashesItem() : RsFileListsItem(RS_PKT_SUBTYPE_FILELISTS_BANNED_HASHES_ITEM){}
|
||||
|
||||
virtual void clear();
|
||||
virtual void clear() { encrypted_hashes.clear(); }
|
||||
virtual void serial_process(RsGenericSerializer::SerializeJob j,RsGenericSerializer::SerializeContext& ctx);
|
||||
|
||||
std::set<RsFileHash> encrypted_hashes ;// hash of hash for each banned file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue