X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetDoubleValue.h;h=20afafbe18f9862e7a43b15c0287660334f79ed7;hb=dcd54507eb794c21a02c95ad26c1779c36481274;hp=70c8a272b15d309684668836b7a6447d07295a95;hpb=4021ee9a0bbca04e0d2db98efa55eff30f03985a;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetDoubleValue.h b/src/ModuleBase/ModuleBase_WidgetDoubleValue.h index 70c8a272b..20afafbe1 100644 --- a/src/ModuleBase/ModuleBase_WidgetDoubleValue.h +++ b/src/ModuleBase/ModuleBase_WidgetDoubleValue.h @@ -43,11 +43,6 @@ Q_OBJECT return myContainer; } - /// Process key release envent on the widget spin box controls - /// \param theObject the object where the event happens - /// \param theEvent the processed event - virtual bool eventFilter(QObject *theObject, QEvent *theEvent); - public slots: /// Delayed value chnged: when user starts typing something, // it gives him a 0,5 second to finish typing, when sends valueChnaged() signal