Salome HOME
added the "Bring To Front" command for Groups
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.h
index 16a1fe655867954eb5c616dc95e53adb69a865f9..cb448b12d38084c99619a5b01af5a97815b6bc83 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -144,6 +144,7 @@ signals:
   QAction* mySeparator1;
   QAction* mySeparator2;
   QAction* mySeparator3;
+  QAction* mySeparator4;
 };
 
 #endif