Salome HOME
Issue 0022816: duplicated files
authorvsr <vsr@opencascade.com>
Wed, 3 Dec 2014 11:06:25 +0000 (14:06 +0300)
committervsr <vsr@opencascade.com>
Wed, 3 Dec 2014 11:06:25 +0000 (14:06 +0300)
Don't install chrono.hxx

src/bases/CMakeLists.txt
src/genericgui/Menus.cxx
src/genericgui/QtGuiContext.cxx
src/genericgui/QtGuiContext.hxx

index d2cf1373bc5204059a0a50ff64533dd215a701ee..3438cb501e793441fe1dd84666e2b3dcb16a7a32 100644 (file)
@@ -56,7 +56,6 @@ SET(YACSBases_HEADERS
   AlternateThreadPT.hxx
   YacsTrace.hxx
   yacsconfig.h
-  chrono.hxx
   )
 
 # --- sources ---
index 1a43e83103aa154cc45705b7b1188f55f308b709..f36673163d219ac91b50022e710c7c3b8e4cb4d8 100644 (file)
@@ -29,6 +29,7 @@
 
 //#define _DEVDEBUG_
 #include "YacsTrace.hxx"
+#include "chrono.hxx"
 
 using namespace std;
 using namespace YACS::HMI;
index 572fe43aa9ff2095df15fa80f5e3336157d51b0b..992478f6ff2fc1604c30d7b4b411b6de7280189a 100644 (file)
@@ -23,6 +23,7 @@
 
 //#define _DEVDEBUG_
 #include "YacsTrace.hxx"
+#include "chrono.hxx"
 
 using namespace std;
 using namespace YACS::ENGINE;
index 8edfb8be96189b72c60f14727e22966a55882c9e..fbbe39bfd75e6d4fb6bb2d7392946eaf5149c349 100644 (file)
@@ -30,7 +30,6 @@
 #include "FormEditTree.hxx"
 #include "GraphicsView.hxx"
 #include "GuiExecutor.hxx"
-#include "chrono.hxx"
 #include <QGraphicsScene>
 #include <QItemSelectionModel>
 #include <QStackedWidget>
@@ -40,6 +39,8 @@
 
 #include <SuitWrapper.hxx>
 
+class counters;
+
 namespace YACS
 {
   namespace HMI