X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_DistrTable.h;h=a61db1577c21db6852c54604bfca4352971a8bff;hp=39cb7448f2b93190e6cf6e43cc8945bb9ea67cab;hb=79b1ac2b6df9117f16f11d444b1f165d477a1813;hpb=984c4ffdd7df62aeaedc544cd0b8e64ff8f53f1a diff --git a/src/StdMeshersGUI/StdMeshersGUI_DistrTable.h b/src/StdMeshersGUI/StdMeshersGUI_DistrTable.h index 39cb7448f..a61db1577 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_DistrTable.h +++ b/src/StdMeshersGUI/StdMeshersGUI_DistrTable.h @@ -28,6 +28,8 @@ #ifndef StdMesherGUI_DistrTable_Header #define StdMesherGUI_DistrTable_Header +#include "SMESH_StdMeshersGUI.hxx" + #include #include @@ -45,7 +47,7 @@ typedef enum { INSERT_ROW, REMOVE_ROW } TableButton; * \brief This class represents custom table. It has only double values and editor for every cell has validator */ -class StdMeshersGUI_DistrTable : public QTable +class STDMESHERSGUI_EXPORT StdMeshersGUI_DistrTable : public QTable { Q_OBJECT @@ -86,7 +88,7 @@ private: /*! * \brief This class represents frame for table and buttons */ -class StdMeshersGUI_DistrTableFrame : public QFrame +class STDMESHERSGUI_EXPORT StdMeshersGUI_DistrTableFrame : public QFrame { Q_OBJECT