]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_Tools.h
Salome HOME
Cover debug information with _DEBUG definition.
[modules/shaper.git] / src / ModuleBase / ModuleBase_Tools.h
index fedc9d206f91da115ae12c291468ef59a4fc6db2..5b4610878a9583fafece39a7864369c4ccd770fc 100755 (executable)
@@ -133,14 +133,14 @@ MODULEBASE_EXPORT QAction* createAction(const QIcon& theIcon, const QString& the
                                         const QString& theToolTip = QString(),
                                         const QString& theStatusTip = QString());
 
-//#ifdef _DEBUG
+#ifdef _DEBUG
 /// Converts the object to the feature or a result and generate information string
 /// \param theObj an object
 /// \param isUseAttributesInfo a flag whether the attribute values information is used
 /// \return a string
 MODULEBASE_EXPORT QString objectInfo(const ObjectPtr& theObj,
                                      const bool isUseAttributesInfo = false);
-//#endif
+#endif
 
 /// Converts string value (name of shape type) to shape enum value
 /// \param theType - string with shape type name