mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
various improvements to collection links
This commit is contained in:
parent
9206daca37
commit
32be00614d
7 changed files with 69 additions and 20 deletions
|
@ -1393,10 +1393,12 @@ static void processList(const QStringList &list, const QString &textSingular, co
|
|||
|
||||
case TYPE_COLLECTION:
|
||||
{
|
||||
//FileHierarchy fh ;
|
||||
//fh.initFromRadix(_radix);
|
||||
FileTree *ft = FileTree::create(_radix.toStdString()) ;
|
||||
|
||||
QMessageBox::information(NULL,"Unimplemented code","File collection links not handled yet.") ;
|
||||
RsCollectionEditor colled(*ft,NULL) ;
|
||||
colled.exec();
|
||||
|
||||
delete ft;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue