Parcourir la source

BUG: DICOM: don't show up the widget in the test

Julien Finet il y a 15 ans
Parent
commit
9ec0e3d502
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Libs/DICOM/Core/Testing/ctkDICOMModelTest1.cxx

+ 1 - 1
Libs/DICOM/Core/Testing/ctkDICOMModelTest1.cxx

@@ -75,6 +75,6 @@ int ctkDICOMModelTest1( int argc, char * argv [] )
   qDebug() << model.rowCount() << model.columnCount();
   qDebug() << model.index(0,0);
   viewer.show();
-  return app.exec();
+  //return app.exec();
   return EXIT_SUCCESS;
 }