X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_GeoreferencementDlg.h;h=399ddfc25df558cd05193979c33a474957b87acd;hb=609b17cdbd000d6813a1f3fc569027f9b7a741e7;hp=52879a486bb7784b8954af3a0dbc302013f5fa75;hpb=bc031d803bd1e3befc0e56d7d5a5b6342b9b2de5;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_GeoreferencementDlg.h b/src/HYDROGUI/HYDROGUI_GeoreferencementDlg.h index 52879a48..399ddfc2 100644 --- a/src/HYDROGUI/HYDROGUI_GeoreferencementDlg.h +++ b/src/HYDROGUI/HYDROGUI_GeoreferencementDlg.h @@ -52,8 +52,8 @@ public: QString Name; - ProfileGeoData() : - isEmpty( true ), isIncomplete( false ) {} + ProfileGeoData( const QString& theName ) : + Name( theName ), isEmpty( true ), isIncomplete( false ) {} ProfileGeoData( const QString& theName, const QString& theXg, const QString& theYg, @@ -62,7 +62,7 @@ public: ProfileGeoData( const QString& theName, double theXg, double theYg, double theXd, double theYd ) - : Name( theName), Xg( theXg ), Yg( theYg ), Xd( theXd ), Yd( theYd ), + : Name( theName ), Xg( theXg ), Yg( theYg ), Xd( theXd ), Yd( theYd ), isIncomplete(false), isEmpty(false) {} }; typedef QList ProfilesGeoDataList;