From: rnv Date: Mon, 16 Jan 2017 15:23:39 +0000 (+0300) Subject: Fix compilation errors X-Git-Tag: SHAPER_2.7.0~3^2~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cb4efd12d6977494b04a8c805942d1628e56030f;p=modules%2Fgui.git Fix compilation errors --- diff --git a/src/SalomeApp/SalomeApp_Study.cxx b/src/SalomeApp/SalomeApp_Study.cxx index 0bfe24dca..cbc7d93e8 100644 --- a/src/SalomeApp/SalomeApp_Study.cxx +++ b/src/SalomeApp/SalomeApp_Study.cxx @@ -201,7 +201,7 @@ public: myStudy->setVisibilityState( theID.c_str(), Qtx::HiddenState ); //hide the just added object //MESSAGE("Object with entry : "<< theID <<" CAN be displayed !!!"); } - else + //else //MESSAGE("Object with entry : "<< theID <<" CAN'T be displayed !!!"); } } @@ -334,7 +334,7 @@ public: myStudy->setVisibilityState( theID.c_str(), Qtx::HiddenState ); //MESSAGE("Object with entry : "<< theID <<" CAN be displayed !!!"); } - else + //else //MESSAGE("Object with entry : "<< theID <<" CAN'T be displayed !!!"); } }