Salome HOME
Architecture changes
[modules/shaper.git] / src / ModuleBase / ModuleBase_ActionInfo.h
index 766a16b8c552aac12cc3741fbc0525e3be0c061e..16ac4e33127c6635f842f87f536dc3b555ae0b33 100644 (file)
@@ -23,8 +23,7 @@
  */
 struct MODULEBASE_EXPORT ModuleBase_ActionInfo
 {
-  QString id;
-
+  QString id; //!< action's (command) id
   bool checkable; //!< action's checkable state
   bool checked; //!< action's checked state
   bool enabled; //!< action's enabled state