Salome HOME
Fix for the issue #2808 : Documentation on the "Groups" panel. Added description...
[modules/shaper.git] / src / ModuleBase / ModuleBase_ModelDialogWidget.h
index 17339c6a0bfd67def5a61be3478619fe791c3582..7ce788e86d97c07042ab6986ae4645afddda0713 100644 (file)
@@ -14,7 +14,8 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
 //
 
 #ifndef MODULEBASE_MODELDIALOGWIDGET_H
@@ -41,7 +42,7 @@ public:
 
   /// Set general buttons from dialog
   /// \param theButtons the dialog buttons
-  void setDialogButtons(QDialogButtonBox* theButtons) { myOkCancelBtn = theButtons; }
+  virtual void setDialogButtons(QDialogButtonBox* theButtons) { myOkCancelBtn = theButtons; }
 
 protected: