Parcourir la source

BUG: revert accidental checkin

Steve Pieper il y a 15 ans
Parent
commit
2c227a3b5e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Libs/DICOM/Core/Testing/Cpp/ctkDICOMModelTest1.cpp

+ 2 - 2
Libs/DICOM/Core/Testing/Cpp/ctkDICOMModelTest1.cpp

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