X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Dialog.h;fp=src%2FSMESHGUI%2FSMESHGUI_Dialog.h;h=abd25ed97d646b05c6d4a6530b472d8dca7b550a;hb=da5ab2d0d1c3217ada0ed31a778ebf4678c87827;hp=927ac7b6caf11ecb4f123dd695faf1513f5805b0;hpb=d097f4c8fffcdd5fd1477f9400a0627087426390;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_Dialog.h b/src/SMESHGUI/SMESHGUI_Dialog.h index 927ac7b6c..abd25ed97 100644 --- a/src/SMESHGUI/SMESHGUI_Dialog.h +++ b/src/SMESHGUI/SMESHGUI_Dialog.h @@ -43,17 +43,17 @@ class SMESHGUI_Dialog : public SalomeApp_Dialog Q_OBJECT public: - SMESHGUI_Dialog( const bool = false, const bool = false, const int = OK | Cancel | Apply ); + SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false, const int = OK | Cancel | Apply ); virtual ~SMESHGUI_Dialog(); virtual void show(); //! set all content to enable (parameter is true) or disable state - void setContentActive( const bool ) const; + virtual void setContentActive( const bool ) const; //! Return hard-coded prefix using to differ overlapping types static int prefix( const QString& ); - + protected: //! find desktop of active application SUIT_Desktop* desktop() const;