X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetDoubleValue.h;h=20afafbe18f9862e7a43b15c0287660334f79ed7;hb=e5f2d60acfaf2502c8e48bc92a313ee2c538853e;hp=70c8a272b15d309684668836b7a6447d07295a95;hpb=6d9f778b60206147106c918852c4a9595898f892;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