From: nds Date: Wed, 20 Feb 2013 06:05:00 +0000 (+0000) Subject: Uncomment of the QInstallMessageHandler in order to hide unnecessary debug messages... X-Git-Tag: V5_2_5~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=57ba74c919782d9668efa0dae6afd3ffc3de21a5;p=modules%2Fgui.git Uncomment of the QInstallMessageHandler in order to hide unnecessary debug messages in CHARM. --- diff --git a/src/SUITApp/SUITApp.cxx b/src/SUITApp/SUITApp.cxx index efe4b4ba3..e70fb2474 100644 --- a/src/SUITApp/SUITApp.cxx +++ b/src/SUITApp/SUITApp.cxx @@ -166,7 +166,7 @@ int main( int args, char* argv[] ) PySys_SetArgv( args, argv ); #endif - //qInstallMsgHandler( MessageOutput ); + qInstallMsgHandler( MessageOutput ); QStringList argList; bool noExceptHandling = false;