X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ActionInfo.h;h=16ac4e33127c6635f842f87f536dc3b555ae0b33;hb=e48efe1ec56a7d7e0d8a57fc05f8220b846ea995;hp=766a16b8c552aac12cc3741fbc0525e3be0c061e;hpb=3cb42fa28bb55224f71b869d20c7b369b645b422;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ActionInfo.h b/src/ModuleBase/ModuleBase_ActionInfo.h index 766a16b8c..16ac4e331 100644 --- a/src/ModuleBase/ModuleBase_ActionInfo.h +++ b/src/ModuleBase/ModuleBase_ActionInfo.h @@ -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