- SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false,

+  SMESHGUI_Dialog( QWidget* = 0, const bool modal = false, const bool allowResize = false,
This commit is contained in:
eap 2009-09-30 08:47:12 +00:00
parent 13c23ff6b0
commit 4e3fa683ce

View File

@ -44,7 +44,7 @@ class SMESHGUI_EXPORT SMESHGUI_Dialog : public LightApp_Dialog
Q_OBJECT
public:
SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false,
SMESHGUI_Dialog( QWidget* = 0, const bool modal = false, const bool allowResize = false,
const int = OK | Close | Apply | Help );
virtual ~SMESHGUI_Dialog();