From: ouv Date: Wed, 11 Sep 2013 09:52:46 +0000 (+0000) Subject: HYDRO bug 17: add HYDRO version in About dialog. X-Git-Tag: BR_hydro_v_0_1~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dfd70ca6fe848e8a55df9a1d5f52ad3aff68ce67;p=modules%2Fhydro.git HYDRO bug 17: add HYDRO version in About dialog. --- diff --git a/src/HYDROGUI/HYDROGUI_Module.cxx b/src/HYDROGUI/HYDROGUI_Module.cxx index ee2dfa1f..491c9c3d 100644 --- a/src/HYDROGUI/HYDROGUI_Module.cxx +++ b/src/HYDROGUI/HYDROGUI_Module.cxx @@ -70,7 +70,7 @@ extern "C" HYDRO_EXPORT CAM_Module* createModule() extern "C" HYDRO_EXPORT char* getModuleVersion() { - return "0.1"; + return QString( "0.1" ).toLatin1().data(); } HYDROGUI_Module::HYDROGUI_Module()