Salome HOME
Issue #720:Set cursor at the same position at editing of text in spin box
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetEditor.h
index c992e60f9c406f9aed6fcb823c9f980c05449abc..8bdf6f9e1d3e43a6acd35f556265b72e22a458ce 100644 (file)
@@ -43,11 +43,6 @@ Q_OBJECT
   /// \return the state whether the widget can accept the focus
   virtual bool focusTo();
 
-  /// Creates an editor for the real value and set the new value to the feature
-  /// \param theFeature the model feature
-  /// \param theAttribute the feature attribute
-  static void editFeatureValue(FeaturePtr theFeature, const std::string theAttribute);
-
  private slots:
    /// Shous popup window under cursor for data editing
    void showPopupEditor();