Salome HOME
Updated copyright comment
[modules/gui.git] / src / LightApp / LightApp_OBSelector.cxx
index b325a094a47fdafdf541df69823f198b194aaf23..feec6332e9b733a6d2681e6b199b5ef5d8d376c0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -101,11 +101,15 @@ void LightApp_OBSelector::setModified()
 */
 void LightApp_OBSelector::onSelectionChanged()
 {
+#ifdef _DEBUG_
   QTime t1 = QTime::currentTime();
+#endif
   mySelectedList.clear();
   selectionChanged();
+#ifdef _DEBUG_
   QTime t2 = QTime::currentTime();
   qDebug( QString( "selection time = %1 msecs" ).arg( t1.msecsTo( t2 ) ).toLatin1().constData() );
+#endif
 }
 
 /*!