]> SALOME platform Git repositories - modules/visu.git/blobdiff - src/VISUGUI/VisuGUI_DialogRunner.cxx
Salome HOME
Fix for Bug IPAL8945
[modules/visu.git] / src / VISUGUI / VisuGUI_DialogRunner.cxx
index f8e15e861d93f3f7db6a2b535e66b054fd98f694..ad3b1bd1303d66a28b7888b29d05361dc49432ce 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// 
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either 
+// version 2.1 of the License.
+// 
+// This library is distributed in the hope that it will be useful 
+// but WITHOUT ANY WARRANTY; without even the implied warranty of 
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public  
+// License along with this library; if not, write to the Free Software 
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/
+//
 // File:       VisuGUI_DialogRunner.cxx
 // Created:    Thu Oct  6 10:17:39 2005
 // Author:     Alexander SOLOVYOV
@@ -29,15 +48,12 @@ int VisuGUI_DialogRunner::run( const bool modal )
   if( myInLoop || !myDlg )
     return -1;
 
-  qDebug( "start" );
   if( modal )
     return myDlg->exec();
 
   myInLoop = true;
   myDlg->show();
-  qDebug( "enter loop" );
   qApp->enter_loop();
-  qDebug( "after loop" );
   return myDlg->result();
 }