mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-22 07:41:20 -04:00
added dialog to select files to DL from collection files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4667 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
072c6c7e12
commit
43cbc153ed
9 changed files with 370 additions and 28 deletions
|
@ -65,5 +65,8 @@ class RsCollectionFile
|
|||
void recursCollectDLinfos(const QDomElement&,std::vector<DLinfo>& dlinfos,const QString& current_dir) const ;
|
||||
|
||||
QDomDocument _xml_doc ;
|
||||
QString _filename ;
|
||||
|
||||
friend class RsCollectionDialog ;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue