Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineDlg.h
index cc19c3bfb10a8d1ce45067708b1ae90c21540b00..95d93eaac80fb348776557a55fde1cbc0755228f 100755 (executable)
@@ -49,13 +49,12 @@ public:
   void  reset();
 
   QList<int> getSelectedSections();
-  QList< QPair< int, int > > getSelectedPoints();
 
   void  deleteSelected();
   bool  deleteEnabled();
 
 protected slots:
-  void processStartedSubOperation( QWidget* );
+  void processStartedSubOperation( QWidget*, bool );
   void processFinishedSubOperation( QWidget* );
 
 signals: