瀏覽代碼

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());
 }