X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXGUI%2FXGUI_Tools.h;h=1a5c7b05f2b2103dc91e33dcc25025ef9a47742f;hb=ed67f7abf2985c7225b7862c076257825a421993;hp=e541ba2f0418e8fcef741ece0fd46eb62e0433f8;hpb=1e4ee8e223432f35f5f48325c1d02a53987b6b69;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Tools.h b/src/XGUI/XGUI_Tools.h index e541ba2f0..1a5c7b05f 100644 --- a/src/XGUI/XGUI_Tools.h +++ b/src/XGUI/XGUI_Tools.h @@ -8,7 +8,6 @@ #include #include -#include #include @@ -66,15 +65,6 @@ bool XGUI_EXPORT isModelObject(FeaturePtr theFeature); std::string XGUI_EXPORT featureInfo(FeaturePtr theFeature); -/*! -Check types of objects which are in the given list -\param theObjects the list of objects -\param hasResult will be set to true if list contains Result objects -\param hasFeature will be set to true if list contains Feature objects -\param hasParameter will be set to true if list contains Parameter objects -*/ -void checkObjects(const QObjectPtrList& theObjects, bool& hasResult, bool& hasFeature, bool& hasParameter); - }; #endif