mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
Enabled the RetroShare icon of the collection file dialogs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5493 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1723bc1cde
commit
fb71387a47
6 changed files with 12 additions and 11 deletions
|
@ -55,7 +55,7 @@ class RetroshareDirModel : public QAbstractItemModel
|
|||
|
||||
/* Callback from GUI */
|
||||
void downloadSelected(const QModelIndexList &list);
|
||||
void createCollectionFile(const QModelIndexList &list);
|
||||
void createCollectionFile(QWidget *parent, const QModelIndexList &list);
|
||||
|
||||
void getDirDetailsFromSelect (const QModelIndexList &list, std::vector <DirDetails>& dirVec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue