Salome HOME
Update copyrights
[modules/jobmanager.git] / src / standalone / main.cxx
index 068adf85d3c31b6910393ec9c100bc57feba981a..06c465c6c55435c3e3cdca7177ba594b2cdb9626 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#include <QtGui>
 #include "BL_GenericGui.hxx"
 #include "BL_MainWindows_Qt.hxx"
 
+#include <QApplication>
+#include <QMainWindow>
+
 int main(int argc, char *argv[])
 {
   QApplication app(argc, argv);
@@ -28,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();