fixed compilation

This commit is contained in:
csoler 2024-02-24 20:27:18 +01:00
parent 5071656209
commit 5bc071b03c
6 changed files with 28 additions and 42 deletions

View file

@ -68,8 +68,6 @@ class RetroshareDirModel : public QAbstractItemModel
/* Callback from GUI */
void downloadSelected(const QModelIndexList &list, bool interactive);
void createCollectionFile(QWidget *parent, const QModelIndexList &list);
void getDirDetailsFromSelect (const QModelIndexList &list, std::vector <DirDetails>& dirVec);
int getType ( const QModelIndex & index ) const ;