various improvements to collection links

This commit is contained in:
csoler 2017-10-19 10:19:56 +02:00
parent 9206daca37
commit 32be00614d
7 changed files with 69 additions and 20 deletions

View file

@ -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;