X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ContextMenuMgr.h;h=cc5dcf614996f9f1522201ca9a7ea56a5497b839;hb=4830a0f80bd3b0ec58bc43cdbba0418f169952a9;hp=7513d5e25199d57206bb7c3e2eeafc29a003f6a4;hpb=87b6a30a3afb8fb32e7e43ade8d9c947d9eb1684;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ContextMenuMgr.h b/src/XGUI/XGUI_ContextMenuMgr.h index 7513d5e25..cc5dcf614 100644 --- a/src/XGUI/XGUI_ContextMenuMgr.h +++ b/src/XGUI/XGUI_ContextMenuMgr.h @@ -34,7 +34,7 @@ class QActionGroup; /** * \ingroup GUI - * A claas wihich provides manement of context menu + * A class wihich provides managent of context menu */ class XGUI_EXPORT XGUI_ContextMenuMgr : public QObject { @@ -142,7 +142,9 @@ signals: //QActionGroup* mySelectActions; - QAction* mySeparator; + QAction* mySeparator1; + QAction* mySeparator2; + QAction* mySeparator3; }; #endif