Bladeren bron

Put messageBoxModuleRegistration back in

Matt Clarkson 11 jaren geleden
bovenliggende
commit
8479c0d095
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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());
 }