mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -04:00
Added new button "Open Collection" in TransfersDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4691 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
031629d528
commit
bab7ebaa5b
10 changed files with 993 additions and 905 deletions
|
@ -40,14 +40,18 @@ class RsCollectionFile
|
|||
public:
|
||||
static const QString ExtensionString ;
|
||||
|
||||
// Loads file from disk.
|
||||
RsCollectionFile(const QString& filename) ;
|
||||
RsCollectionFile() ;
|
||||
|
||||
// create from list of files and directories
|
||||
RsCollectionFile(const std::vector<DirDetails>& file_entries) ;
|
||||
|
||||
// Loads file from disk.
|
||||
bool load();
|
||||
bool load(const QString& filename);
|
||||
|
||||
// Save to disk
|
||||
void save(const QString& filename) const ;
|
||||
bool save() const ;
|
||||
bool save(const QString& filename) const ;
|
||||
|
||||
// Download the content.
|
||||
void downloadFiles() const ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue