X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.cxx;h=3509aae3d45b82c607293bdaeb8acef043a2d8f7;hb=1a6d9f58e422040166713a0ea6a37b820c5cefa0;hp=d25228c346d79652212c3a7f0db871eb2958cf84;hpb=99053cb10db94edb40026024221af91ac6864df0;p=clitk.git diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index d25228c..3509aae 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -754,10 +754,10 @@ void vvMainWindow::OpenDicom() std::vector files; //std::cout << "dicomSeriesSelector " << std::endl; - /*if (pacsconnect->exec() == QDialog::Accepted) { - files = *(pacsconnect->GetFilenames()); - LoadImages(files, vvImageReader::DICOM); - }*/ +if (pacsconnect->exec() == QDialog::Accepted) { +// files = *(pacsconnect->GetFilenames()); + // LoadImages(files, vvImageReader::DICOM); + } }