X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ActionInfo.h;h=347d1613705c9ccdba189f60a1b77ca5926be098;hb=d3b52be3c4baef3776ee87bf5c194d33b0d4aa4d;hp=15a081ae23f641c7bb62e24f68da4f83d65e1c13;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;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