Sfoglia il codice sorgente

BUG: revert accidental checkin

Steve Pieper 15 anni fa
parent
commit
2c227a3b5e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;
 }