X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_TableView.h;h=4565ab5d7ad4774e48cfae5f993c64381066bfa0;hb=4e1b53167581be7e084a3d71c075507bc6699c06;hp=4cf381ba7d1baf683ff4a81184a2e05347afda94;hpb=85f20f97d458a4d2a8905baaf4a5977345599726;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_TableView.h b/src/HYDROCurveCreator/CurveCreator_TableView.h index 4cf381ba..4565ab5d 100644 --- a/src/HYDROCurveCreator/CurveCreator_TableView.h +++ b/src/HYDROCurveCreator/CurveCreator_TableView.h @@ -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 );