Salome HOME
Bug IPAL19515 - Qt4 porting. Smoothing. Name of whole mesh, submesh or group doesn...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RevolutionDlg.h
index 3e2ed3a71fa65aab66703ee856673c8b160d5c77..098cf7a189a3802feda1290cc0e5c71c332a8ff0 100644 (file)
@@ -44,6 +44,7 @@ class QPushButton;
 class QRadioButton;
 class QCheckBox;
 class QSpinBox;
+class SMESHGUI_IdValidator;
 class SMESHGUI_SpinBox;
 class SMESHGUI;
 class SMESH_Actor;
@@ -73,6 +74,7 @@ private:
   bool                    IsAxisOk();
   
   SMESHGUI*               mySMESHGUI;              /* Current SMESHGUI object */
+  SMESHGUI_IdValidator*   myIdValidator;
   LightApp_SelectionMgr*  mySelectionMgr;          /* User shape selection */
   int                     myNbOkElements;          /* to check when elements are defined */
   QString                 myElementsId;