Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileDlg.h
index 5459a5a64d2009eaf1ac659c56fe25aed0e446ad..7c9e0d46d5340aa2200a5e89d176b48aa87bb55f 100644 (file)
@@ -53,7 +53,6 @@ public:
   void  reset();
 
   QList<int> getSelectedSections();
-  QList< QPair< int, int > > getSelectedPoints();
 
   void  deleteSelected();
   bool  deleteEnabled();
@@ -62,7 +61,7 @@ protected:
   virtual bool eventFilter( QObject*, QEvent* );
 
 protected slots:
-  void processStartedSubOperation( QWidget* );
+  void processStartedSubOperation( QWidget*, bool );
   void processFinishedSubOperation( QWidget* );
 
   void onMouseMove( SUIT_ViewWindow*, QMouseEvent* );