소스 검색

Put messageBoxModuleRegistration back in

Matt Clarkson 11 년 전
부모
커밋
8479c0d095
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Applications/ctkCommandLineModuleExplorer/ctkCmdLineModuleExplorerMainWindow.cpp

+ 2 - 2
Applications/ctkCommandLineModuleExplorer/ctkCmdLineModuleExplorerMainWindow.cpp

@@ -154,8 +154,8 @@ ctkCLModuleExplorerMainWindow::ctkCLModuleExplorerMainWindow(QWidget *parent) :
 
   pollPauseTimer.start();
 
-  //ctkCmdLineModuleExplorerUtils::messageBoxModuleRegistration(future,
-  //                                                            moduleManager.validationMode());
+  ctkCmdLineModuleExplorerUtils::messageBoxModuleRegistration(future,
+                                                              moduleManager.validationMode());
 }