Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModuleBase / ModuleBase_ActionInfo.h
index 1f21c7ca19be64ae95bf6f23d3141e992c554521..d796eb4b3437598f2c6db5ead3edf2f5163e31cd 100644 (file)
@@ -1,3 +1,4 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 /*
  * ActionInfo.h
  *
@@ -28,7 +29,9 @@ struct MODULEBASE_EXPORT ModuleBase_ActionInfo
   bool checked; //!< action's checked state
   bool enabled; //!< action's enabled state
   bool visible; //!< action's visibility state
-  bool modal;   //!< = true if the acton is a modal dialog box else property panel (==false by default)
+
+  //! = true if the acton is a modal dialog box else property panel (==false by default)
+  bool modal;   
   QIcon icon; //!< action's icon
   QString text; //!< action's text
   QString iconText; //!< action's descriptive icon text