X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Constants.h;h=6058ba3b44cc76a8e9be4f3c1afde0eeb7a38934;hb=12621bb509825d0eb1fb0847a7f9c8011021ca5a;hp=9255b5239a74016f26abb017a85749228f0fbca7;hpb=ab453e930becb984af924565b2bf477628b91be0;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Constants.h b/src/XGUI/XGUI_Constants.h index 9255b5239..6058ba3b4 100644 --- a/src/XGUI/XGUI_Constants.h +++ b/src/XGUI/XGUI_Constants.h @@ -1,20 +1,6 @@ #ifndef XGUI_Constants_H #define XGUI_Constants_H -#include -#include - -//! This file contains various constants used in the application - - -typedef QList QIntList; //!< list of int values -typedef QList QShortList; //!< list of short int values -typedef QList QDoubleList; //!< list of double values - -//! Pointer on feature object -typedef boost::shared_ptr FeaturePtr; -typedef QList QFeatureList; //!< List of features - namespace XGUI {