Salome HOME
Minor changes.
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_TableView.h
index 4cf381ba7d1baf683ff4a81184a2e05347afda94..4565ab5d7ad4774e48cfae5f993c64381066bfa0 100644 (file)
@@ -42,7 +42,8 @@ public:
 class CurveCreator_TableView : public QTableWidget
 {
 public:
-  CurveCreator_TableView( CurveCreator_ICurve* theCurve, QWidget* theParent = 0 );
+  CurveCreator_TableView( CurveCreator_ICurve* theCurve, QWidget* theParent = 0,
+                          const QStringList& theCoordTitles = QStringList() );
   ~CurveCreator_TableView() {};
 
   void setCurve( CurveCreator_ICurve* theCurve );