X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLightApp%2FLightApp_OBSelector.cxx;h=80966fe64efa7cd4c75d1193e00e2fefb8070f10;hb=2e89ae814a7d6072b1a4e026af6c31f260a795cc;hp=b325a094a47fdafdf541df69823f198b194aaf23;hpb=f398d8d86da2fc774dc251206a5f9f53264df4be;p=modules%2Fgui.git diff --git a/src/LightApp/LightApp_OBSelector.cxx b/src/LightApp/LightApp_OBSelector.cxx index b325a094a..80966fe64 100644 --- a/src/LightApp/LightApp_OBSelector.cxx +++ b/src/LightApp/LightApp_OBSelector.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2023 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 } /*!