Explorar o código

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

Julien Finet %!s(int64=15) %!d(string=hai) anos
pai
achega
9ec0e3d502
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }