X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetLineEdit.h;h=5b6b22e57e16848e130575753a6539beec46fb60;hb=8cd56d486b6e96b8814002f9f0f4acadd6cea11b;hp=1f5f3fd71160ec93d574907c27e0ad09d32284ae;hpb=3b6472899555f2186d09f45f4f1fde38b3af969a;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetLineEdit.h b/src/ModuleBase/ModuleBase_WidgetLineEdit.h index 1f5f3fd71..5b6b22e57 100644 --- a/src/ModuleBase/ModuleBase_WidgetLineEdit.h +++ b/src/ModuleBase/ModuleBase_WidgetLineEdit.h @@ -43,9 +43,8 @@ class MODULEBASE_EXPORT ModuleBase_WidgetLineEdit : public ModuleBase_ModelWidge /// Redefinition of virtual method virtual QList getControls() const; - public slots: - /// A slot for processing text changed event - void onTextChanged(); + /// Returns true if the event is processed. + virtual bool processEnter(); protected: /// Saves the internal parameters to the given feature