]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Uncomment of the QInstallMessageHandler in order to hide unnecessary debug messages...
authornds <nds@opencascade.com>
Wed, 20 Feb 2013 06:05:00 +0000 (06:05 +0000)
committernds <nds@opencascade.com>
Wed, 20 Feb 2013 06:05:00 +0000 (06:05 +0000)
src/SUITApp/SUITApp.cxx

index efe4b4ba351c992fc3a14950e79695334c1b2805..e70fb24744047a2961d75ab1bc083de888febf7a 100644 (file)
@@ -166,7 +166,7 @@ int main( int args, char* argv[] )
   PySys_SetArgv( args, argv );
 #endif
 
-  //qInstallMsgHandler( MessageOutput );
+  qInstallMsgHandler( MessageOutput );
 
   QStringList argList;
   bool noExceptHandling = false;