Salome HOME
A modification to commit the Lenght and the Radius constraints by the preselection.
[modules/shaper.git] / src / ModuleBase / ModuleBase_Definitions.h
index 8cfed34b4fb03ff03b6368febb536a29dad7aad2..78a858bddd62bc7c1252fa839ba8edf6087b50df 100644 (file)
@@ -2,10 +2,10 @@
 #define ModuleBase_Definitions_H
 
 #include <QList>
-#include <ModelAPI_Feature.h>
+#include <ModelAPI_Object.h>
 
 typedef QList<int> QIntList;       //!< list of int values
 typedef QList<short> QShortList;     //!< list of short int values
 typedef QList<double> QDoubleList;    //!< list of double values
-typedef QList<FeaturePtr> QFeatureList;  //!< List of features
+typedef QList<ObjectPtr> QObjectPtrList;  //!< List of ModelAPI_Objects
 #endif