Salome HOME
Restore selection in the viewer by multi selector widget activation.
[modules/shaper.git] / src / XGUI / XGUI_Tools.cpp
index 8b59da13739b25746a8c7de73e4137fbcb643e1f..42ddf7318fdcc02e4f6521763f192386bd5dc4b9 100644 (file)
@@ -1,7 +1,12 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 #include "XGUI_Tools.h"
 
 #include <TopoDS_Shape.hxx>
 #include <ModelAPI_Object.h>
+#include <ModelAPI_Result.h>
+#include <ModelAPI_ResultParameter.h>
+#include <ModelAPI_Feature.h>
 #include <GeomAPI_Shape.h>
 
 #include <QDir>
@@ -69,4 +74,6 @@ std::string featureInfo(FeaturePtr theFeature)
  }
  }*/
 
+
+
 }