Salome HOME
First stable version after merging with V3_2_2
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RenumberingDlg.h
index a60ec6fc2203f9f5963ac3cd7b4784add8842975..80338c6bc44a67ef2d082bd2d86fec2efa642020 100644 (file)
@@ -74,6 +74,7 @@ private:
     void closeEvent( QCloseEvent* e ) ;
     void enterEvent ( QEvent * ) ;                         /* mouse enter the QWidget */
     void hideEvent ( QHideEvent * );                       /* ESC key */
+    void keyPressEvent( QKeyEvent* e );
     
     SMESHGUI*                     mySMESHGUI;              /* Current SMESHGUI object */
     LightApp_SelectionMgr*        mySelectionMgr;          /* User shape selection */