소스 검색

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

Julien Finet 15 년 전
부모
커밋
9ec0e3d502
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }