mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
extrafiles - fix links, add age, open folder, unshare icon
This commit is contained in:
parent
82ba488574
commit
6cbabd27c2
3 changed files with 35 additions and 8 deletions
|
@ -82,7 +82,7 @@ class RetroshareDirModel : public QAbstractItemModel
|
|||
|
||||
int getType ( const QModelIndex & index ) const ;
|
||||
void getFileInfoFromIndexList(const QModelIndexList& list, std::list<DirDetails>& files_info) ;
|
||||
void openSelected(const QModelIndexList &list);
|
||||
void openSelected(const QModelIndexList &list, bool openDir = false);
|
||||
void getFilePaths(const QModelIndexList &list, std::list<std::string> &fullpaths);
|
||||
void getFilePath(const QModelIndex& index, std::string& fullpath);
|
||||
void changeAgeIndicator(uint32_t indicator) { ageIndicator = indicator; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue