Salome HOME
Rectangle correction to have coincidence with point/line selected for the first point...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetEditor.h
index 063dd2b2b33d56ddf980e940fadcb8662f0ecb55..43d9c099b8421527768fa40848fba5a599d4ad7c 100644 (file)
@@ -50,9 +50,6 @@ Q_OBJECT
 
   void setCursorPosition(const int theX, const int theY);
 
-//protected slots:
-  //void onEnterPressed();
-
 private:
    void editedValue(double& outValue, QString& outText);
 
@@ -63,8 +60,6 @@ private:
    ///< the kinds of possible features
    QStringList myFeatureKinds;  
 
-   //bool myIsEnterPressedEmitted;
-
    int myXPosition, myYPosition;
 };