Salome HOME
Fix for crash and invisible bodies on Debian Squeeze SALOME version.
[modules/shaper.git] / src / ModuleBase / ModuleBase_Definitions.h
1 #ifndef ModuleBase_Definitions_H
2 #define ModuleBase_Definitions_H
3
4 #include <QList>
5 #include <ModelAPI_Feature.h>
6
7 typedef QList<int> QIntList;       //!< list of int values
8 typedef QList<short> QShortList;     //!< list of short int values
9 typedef QList<double> QDoubleList;    //!< list of double values
10 typedef QList<FeaturePtr> QFeatureList;  //!< List of features
11 #endif