Explorar o código

BUG: revert accidental checkin

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