Salome HOME
Fix standalone window.
[modules/jobmanager.git] / src / standalone / main.cxx
index 53a44c0dd8ce6d862db43a1a638d0bc62edd978b..31bc64ca1c0d7efd02e97bc57f434bea330e1080 100644 (file)
@@ -30,6 +30,8 @@ int main(int argc, char *argv[])
   QMainWindow main_window;
   BL::MainWindows_Qt wrapper(&main_window);
   BL::GenericGui * main_widget = new BL::GenericGui(&wrapper);
+  main_widget->createDockWidgets();
+  main_widget->createCentralWidget();
   main_widget->createActions();
   main_widget->createMenus();
   main_widget->updateButtonsStates();