X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FRepairGUI%2FRepairGUI_RemoveWebsDlg.cxx;h=a9c8474fef4806f1693bb3e8e05c114a83ec63f4;hb=e067674b75266d9f67a2c474d8dc901d9f65fe48;hp=e679ba1bbc34b4f4207388c90834dccbf3dcfc78;hpb=001d93f1ef3a53aa9df53b3589a0c72849b22a4e;p=modules%2Fgeom.git diff --git a/src/RepairGUI/RepairGUI_RemoveWebsDlg.cxx b/src/RepairGUI/RepairGUI_RemoveWebsDlg.cxx old mode 100755 new mode 100644 index e679ba1bb..a9c8474fe --- a/src/RepairGUI/RepairGUI_RemoveWebsDlg.cxx +++ b/src/RepairGUI/RepairGUI_RemoveWebsDlg.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -212,7 +212,7 @@ void RepairGUI_RemoveWebsDlg::ActivateThisDialog() // function : enterEvent() // purpose : Mouse enter onto the dialog to activate it //================================================================================= -void RepairGUI_RemoveWebsDlg::enterEvent (QEvent* e) +void RepairGUI_RemoveWebsDlg::enterEvent (QEvent*) { if (!mainFrame()->GroupConstructors->isEnabled()) ActivateThisDialog(); @@ -243,7 +243,7 @@ GEOM::GEOM_IOperations_ptr RepairGUI_RemoveWebsDlg::createOperation() // function : isValid // purpose : //================================================================================= -bool RepairGUI_RemoveWebsDlg::isValid (QString& msg) +bool RepairGUI_RemoveWebsDlg::isValid (QString& /*msg*/) { return myOkObject; }