]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_Tools.h
Salome HOME
Exclude sub-features from history functionality
[modules/shaper.git] / src / ModuleBase / ModuleBase_Tools.h
index 0bb3e68eeaabe006d9e1c6db3beca31107d3805b..f0d9ad2b6b6fbdd10529bf2e8bc356eed3e0db06 100644 (file)
@@ -89,8 +89,9 @@ Check types of objects which are in the given list
 \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
+\param hasSubFeature will be set to true if list contains Sub-Feature objects
 */
-MODULEBASE_EXPORT void checkObjects(const QObjectPtrList& theObjects, bool& hasResult, bool& hasFeature, bool& hasParameter);
+MODULEBASE_EXPORT void checkObjects(const QObjectPtrList& theObjects, bool& hasResult, bool& hasFeature, bool& hasParameter, bool& hasSubFeature);
 }
 
 #endif