X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ActionInfo.h;h=16ac4e33127c6635f842f87f536dc3b555ae0b33;hb=f9fd953bf814fad40ae045f6164c7f80229b0872;hp=766a16b8c552aac12cc3741fbc0525e3be0c061e;hpb=4f5cbc32b2621344e253876da67abc1ccd94fe31;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