X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Tool.h;h=e1565e72f930c724ba82f3510da735d026e23120;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=7e0efdd8445f42a26c2ee7994e11170a0c0e6b0e;hpb=0a9ef3eeee0bcca20637a13af42af8d4918f5dd1;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Tool.h b/src/HYDROGUI/HYDROGUI_Tool.h index 7e0efdd8..e1565e72 100644 --- a/src/HYDROGUI/HYDROGUI_Tool.h +++ b/src/HYDROGUI/HYDROGUI_Tool.h @@ -342,7 +342,7 @@ public: * \param theNumber coordinate as a number * \return coordinate as a string */ - static QString GetCoordinateString( const double theNumber ); + static QString GetCoordinateString( const double theNumber, bool isInLocale ); }; #endif