X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ActionInfo.h;fp=src%2FModuleBase%2FModuleBase_ActionInfo.h;h=347d1613705c9ccdba189f60a1b77ca5926be098;hb=08c56d0b00a8167f6183ec528db6d2e4d36348db;hp=15a081ae23f641c7bb62e24f68da4f83d65e1c13;hpb=1749e253c740945e3b6f8913ac7d814e79e253d8;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ActionInfo.h b/src/ModuleBase/ModuleBase_ActionInfo.h index 15a081ae2..347d16137 100644 --- a/src/ModuleBase/ModuleBase_ActionInfo.h +++ b/src/ModuleBase/ModuleBase_ActionInfo.h @@ -49,6 +49,7 @@ struct MODULEBASE_EXPORT ModuleBase_ActionInfo QString iconText; //!< action's descriptive icon text QString iconFile; //!< path to icon's file. Can not be initialized from QAction QString toolTip; //!< action's tooltip + QString toolBar; //!< A name of toolbar. By default = group of features name // QString statusTip; // QString whatsThis; QKeySequence shortcut; //!< action's primary shortcut key