[Kst] branches/work/kst/portto4/kst/src/libkst

Mike Fenton mike at staikos.net
Wed Aug 13 21:29:31 CEST 2008


SVN commit 846623 by fenton:

Modify update request to 2nd level debugging.


 M  +1 -1      updatemanager.cpp  


--- branches/work/kst/portto4/kst/src/libkst/updatemanager.cpp #846622:846623
@@ -50,7 +50,7 @@
   if (!_updateRequests.contains(object)) {
     _updateRequests.append(object);
   }
-#if DEBUG_UPDATE_CYCLE > 0
+#if DEBUG_UPDATE_CYCLE > 1
   qDebug() << "UM - Update requested for" << object->Name() << "Update Count" << _updateRequests;
 #endif
 }


More information about the Kst mailing list