X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_Definitions.h;h=eddfff2e0782a237a821523b1caa1ff17500052f;hb=e32f95642855a63da2727cb324ce2a75632a712f;hp=56049acec437d3ace6a27f5c9922e9c4edcf9629;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_Definitions.h b/src/ModuleBase/ModuleBase_Definitions.h index 56049acec..eddfff2e0 100644 --- a/src/ModuleBase/ModuleBase_Definitions.h +++ b/src/ModuleBase/ModuleBase_Definitions.h @@ -1,14 +1,13 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + #ifndef ModuleBase_Definitions_H #define ModuleBase_Definitions_H #include -#include -#include +#include typedef QList QIntList; //!< list of int values typedef QList QShortList; //!< list of short int values typedef QList QDoubleList; //!< list of double values -typedef QList QFeatureList; //!< List of features -typedef QList QResultList; //!< List of results - +typedef QList QObjectPtrList; //!< List of ModelAPI_Objects #endif