X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_StandardMeshInfosDlg.h;h=586593d4df49143f12ba2a62175e1e1c7d55f022;hb=a56972c3b33d9c1c82fa5187042be18b176a2fd0;hp=74c7bb8e9992510e41888180243ca0a3f04298cd;hpb=c63ee099ad2b149bd70136839c973e8910137bc5;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.h b/src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.h index 74c7bb8e9..586593d4d 100644 --- a/src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.h +++ b/src/SMESHGUI/SMESHGUI_StandardMeshInfosDlg.h @@ -29,6 +29,8 @@ #ifndef SMESHGUI_STANDARDMESHINFOSDLG_H #define SMESHGUI_STANDARDMESHINFOSDLG_H +#include "SMESH_SMESHGUI.hxx" + //#include "SMESH_TypeFilter.hxx" #include "SUIT_SelectionFilter.h" @@ -44,7 +46,7 @@ class LightApp_SelectionMgr; class SMESHGUI; -class SMESHGUI_StandardMeshInfosDlg : public QDialog +class SMESHGUI_EXPORT SMESHGUI_StandardMeshInfosDlg : public QDialog { Q_OBJECT @@ -54,6 +56,7 @@ public: protected: void closeEvent( QCloseEvent* e ); + void keyPressEvent( QKeyEvent* e ); void windowActivationChange( bool oldActive ); void DumpMeshInfos();