Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / XGUI / XGUI_Constants.h
index 02f0001c1482f2e6c5509f4f2c4689ff92856018..6058ba3b44cc76a8e9be4f3c1afde0eeb7a38934 100644 (file)
@@ -1,17 +1,6 @@
 #ifndef XGUI_Constants_H
 #define XGUI_Constants_H
 
-#include <QList>
-#include <ModelAPI_Feature.h>
-
-//! This file contains various constants used in the application
-
-
-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
-
 namespace XGUI
 {