]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix pb. with result of checking libraries.
authorakl <akl@opencascade.com>
Wed, 28 May 2008 12:04:36 +0000 (12:04 +0000)
committerakl <akl@opencascade.com>
Wed, 28 May 2008 12:04:36 +0000 (12:04 +0000)
bin/SALOME_InstallWizard
src/SALOME_InstallWizard.cxx

index b916a5674a22826fdc67fbba47eed021d8fc4482..578a8f20855d2b54b2fcc22fa1d3a1e08229d5f6 100755 (executable)
Binary files a/bin/SALOME_InstallWizard and b/bin/SALOME_InstallWizard differ
index 27137801ecdadb84f872aa82e277850b9d203564..55872456cadd32d7a64de0f142c167cdad0488b4 100644 (file)
@@ -596,8 +596,6 @@ SALOME_InstallWizard::SALOME_InstallWizard(const QString& aXmlFileName,
   connect(modifyLaProc, SIGNAL( readyReadStderr() ), this, SLOT( readFromStderr() ) );
   connect(modifyLaProc, SIGNAL( processExited() ), this, SLOT( checkModifyLaResult() ) );
   // catch signals from launched checkFLibProc
-  connect(checkFLibProc, SIGNAL( readyReadStdout() ), this, SLOT( readFromStdout() ) );
-  connect(checkFLibProc, SIGNAL( readyReadStderr() ), this, SLOT( readFromStderr() ) );
   connect(checkFLibProc, SIGNAL( processExited() ), this, SLOT( checkFLibResult() ) );
 
   // create validation thread