Salome HOME
Update copyrights
[modules/jobmanager.git] / src / standalone / main.cxx
index 0e7d0899bf4870faf682072eedcf100ff885df0e..06c465c6c55435c3e3cdca7177ba594b2cdb9626 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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();