Salome HOME
Init feature by model widget factory content
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetPoint2D.h
index 4e4dd152f28536057150fd7925ea9e75b890778f..bb0f7c84dbfa966a76577a623ae8bdefb43793ca 100644 (file)
@@ -45,6 +45,9 @@ public:
   /// \return a control list
   virtual QList<QWidget*> getControls() const;
 
+  /// 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);
 
 private: