Salome HOME
Issue #2578: EDF 2018-2 Removal of faces.
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetExprEditor.h
index 8099dd0262e0a26ea640cab0225b6503ca825de4..310021975840233f1702942a2edbd228b0aeeb44 100644 (file)
@@ -123,14 +123,14 @@ class MODULEBASE_EXPORT ModuleBase_WidgetExprEditor : public ModuleBase_ModelWid
   /// Redefinition of virtual method
   virtual QList<QWidget*> getControls() const;
 
-  /// Returns true if the event is processed.
-  virtual bool processEnter();
-
 protected slots:
   /// A slot for processing text changed event
   void onTextChanged();
 
 protected:
+  /// Returns true if the event is processed.
+  virtual bool processEnter();
+
   /// Do not initialize value on the widget activation
   virtual void initializeValueByActivate();